Agentic framework for building AI agents with configurable determinism
Top 28.4% on sourcepulse
AgentDock is a framework for building sophisticated AI agents that deliver complex tasks with configurable determinism. It targets developers and researchers looking to create reliable, predictable, and extensible AI systems, offering a backend-first framework and an open-source Next.js client for reference.
How It Works
AgentDock utilizes a modular, node-based architecture where all capabilities are implemented as nodes. This allows for a flexible and extensible system where tools are specialized nodes. The core innovation is "configurable determinism," enabling developers to balance the creative, non-deterministic nature of LLMs with structured, deterministic tool execution paths for predictable system behavior.
Quick Start & Requirements
git clone https://github.com/AgentDock/AgentDock.git
, cd AgentDock
, corepack enable
, corepack prepare pnpm@latest --activate
, pnpm install
.Highlighted Details
Maintenance & Community
The project is actively developed, with a roadmap indicating ongoing work on storage, memory systems, vector integration, and evaluation. Community contributions are welcomed via CONTRIBUTING.md
.
Licensing & Compatibility
AgentDock is released under the MIT License, permitting commercial use and integration with closed-source applications.
Limitations & Caveats
The project requires pnpm
exclusively, and the core framework is still being prepared for publication as a versioned NPM package. Some advanced features like a Code Playground, Generalist AI Agent, and platform integrations are planned.
6 days ago
Inactive