@agentifai-oss/server
v0.1.0
Published
Fastify ingestion and query server for AgentifAI.
Readme
@agentifai-oss/server
Fastify ingestion, query, export, and live-update server for AgentifAI.
npm install @agentifai-oss/serverimport { createServer } from "@agentifai-oss/server";
const server = await createServer({ databasePath: "./agentifai.db" });
await server.listen({ host: "127.0.0.1", port: 4319 });For the command-line experience, install @agentifai-oss/cli.
