An Inkeep Agent Framework project with multi-service architecture.
Follow these steps in the docs to get started with the npx @inkeep/create-agents CLI command.
This project follows a workspace structure with the following services:
- Agents Manage UI (Port 3000): Web interface
- The agent framework visual builder. From the builder you can create, manage and visualize all your graphs.
- Agents Manage API (Port 3002): Agent configuration and management
- Handles entity management and configuration endpoints.
- Agents Run API (Port 3003): Agent execution and chat processing
- Handles agent communication. You can interact with your agents either over MCP from an MCP client or through our React UI components library
To build and run your own images you can follow the Build a Custom Image docs.
This repostory contains a docker-compose.yml and template Dockerfile for each service:
Dockerfile.manage-uiDockerfile.manage-apiDockerfile.run-uiDockerfile.migrate
To build and run:
docker compose build
docker compose up -dThis template uses Renovate Bot to automatically create PRs when new @inkeep packages are published.