Deep Agent Code Capabilities
9 hours ago
- #coding agent
- #AI development
- #open source
- dcode is an open-source coding agent built on the Deep Agents SDK.
- It works with any large language model, allowing switching between providers mid-session.
- Features include persistent memory across conversations, customizable skills, and approval controls for code execution.
- Supports various built-in tools for file operations, shell execution, web search, and task planning.
- Offers interactive and non-interactive modes, with CLI commands for agent and session management.
- Includes capabilities like subagents, human-in-the-loop approval, and LangSmith tracing for observability.
- Configuration is stored in ~/.deepagents/ with per-agent directories for memory and skills.
- Provides slash commands in interactive sessions for model switching, skill invocation, and memory management.
- Supports remote sandboxes for code execution and MCP tools for external integrations.
- Non-interactive mode allows automated task execution with safeguards like turn and time limits.