| name | agent-code-assistant |
| kind | agent |
| description | An autonomous code-assistant agent that can review code, answer technical questions, generate tests, and suggest refactors — powered by AgentVerse skills and an empathetic developer soul. Exposes MCP tools and is A2A (Agent-to-Agent) compatible.
|
| tags | ["agent","code-assistant","mcp","a2a","developer","autonomous"] |
| version | 0.1.0 |
| author | agentverse |
| license | MIT |
| metadata | {"openclaw":{"homepage":"https://github.com/loonghao/agentverse","emoji":"🤖","requires":{"bins":"[Truncated]"}}} |
Agent: Code Assistant
An agent artifact is a fully-described autonomous AI agent — including its soul,
capabilities (skills it can invoke), protocols it speaks, and security permissions.
What is an Agent?
| Dimension | Description |
|---|
soul | Personality and tone (links to a soul artifact) |
skills | Tools / capabilities the agent can invoke |
protocols | Communication protocols: MCP, A2A, OpenAI-function, etc. |
permissions | What the agent is allowed to do (fs, network, secrets) |
triggers | How the agent is activated (message, event, schedule) |
memory | Context window strategy and long-term memory config |
Agent Manifest (agent.toml)
[package]
kind = "agent"
namespace = "agentverse"
name = "code-assistant"
description = "Autonomous code-assistant: review, test generation, refactor suggestions"
[agent.soul]
namespace = "agentverse"
name = "empathetic-counselor"
version = ">=0.1.0"
[[agent.skills]]
namespace = "agentverse-ci"
name = "code-reviewer"
version = ">=0.1.0"
=
=
=
=
=
=
=
=
=
=
= { enabled = , version = }
= { enabled = , version = }
= { enabled = , functions = }
= []
= []
= []
=
= { enabled = , backend = }
=
= [, , ]
=
=
= [, , , , ]
=
=