Discover and explore top open-source AI tools and projects—updated daily.
Negai-aiDeclarative agent framework for building and deploying AI capabilities
Top 79.0% on SourcePulse
Summary
AgentClaw is a declarative agent workflow framework designed to accelerate the development of reusable AI capabilities ("Claws") for individual developers and teams. It significantly reduces boilerplate code by providing a convention-over-configuration approach, enabling users to generate agents from single-sentence ideas and evolve them into robust, deployable systems with integrated tools, knowledge bases, and memory. The framework aims to save approximately 90% of common agent engineering work by abstracting repetitive tasks.
How It Works
The framework centers on declarative workflows, allowing users to define agent behavior using nodes and routers rather than extensive imperative code. It integrates agentic LLM nodes capable of multi-round tool calls and task decomposition, all managed by a "Harness" layer that ensures controlled execution, safer tool usage with risk policies, and consistent context management. This approach aims to save approximately 90% of common agent engineering work by abstracting repetitive tasks into the framework itself.
Quick Start & Requirements
pip install agentclaw-aiagentclaw up (interactive wizard for Docker/Remote mode) or agentclaw init <project_name> followed by cd <project_name> and agentclaw serve..env for runtime settings (server, auth, storage, DBs, etc.) and models.json for LLM configurations.http://localhost:8000.Highlighted Details
Maintenance & Community
Project maintenance and technical feedback are primarily handled through GitHub Issues and the AgentClaw Repository. No specific community channels (like Discord/Slack) or notable contributors/sponsorships are detailed in the provided text.
Licensing & Compatibility
Limitations & Caveats
While offering extensive capabilities, the framework's full potential for state persistence, tracing, and MCP server execution relies on optional dependencies like PostgreSQL, Redis, and Node.js, which may require additional setup. The "Harness" layer, while integrated, requires specific configuration (agent_style="agentic") for agentic behavior.
4 days ago
Inactive
TransformerOptimus