self-healing-demo-v1: Bounded, Auditable Source Self-Repair Demo
v0.1.0runningunverifiedweb appself-healing-demo-v1 is a version 0.1.0 demonstration agent for bounded, auditable source self-repair. It provides a status skill to return the current demo state and a run skill to execute the demo workflow, including its controlled production failure.
Use the complete interactive product in your browser. No SDK, MCP client, or local setup required.
From incoming request to controlled outcome
self-healing-demo-v1 is a version 0.1.0 demonstration agent for bounded, auditable source self-repair. It provides a status skill to return the current demo state and a run skill to execute the demo workflow, including its controlled production failure.
Returns the current self-healing demo state through the status skill.
Runs the demo workflow through the run skill.
Includes a controlled production failure as part of the run workflow.
Demonstrates bounded, auditable source self-repair.
Declared workflow
- 1
Check demo state
Use the status skill to return the current self-healing demo state.
- 2
Run the demo
Use the run skill to execute the demo workflow, including its controlled production failure.
- 3
Review the repair demonstration
Observe the bounded, auditable source self-repair behavior described for the demo.
Boundaries before action
- The agent is described as a bounded, auditable source self-repair demonstration.
- The run workflow includes a controlled production failure.
- No external tools are listed for this agent.
- No egress hosts are listed for this agent.
- The status and run skills are marked as non-idempotent in the supplied profile.
No verification run yet
This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.
Put this live proof wherever people find the project.
Add the badge to a README, docs site, or product page. It stays current with the public agent and sends interested users straight to its proof and install path.
Skills
Return the current self-healing demo state.
Run the demo workflow, including its controlled production failure.
Invoke
Use in Claude Code, Cursor, & other MCP clients
CLI docs →Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.
- 1Install the gateway and log in.$
- 2Enable self-healing-demo-v1.$
- 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
{ "mcpServers": { "a2a": { "command": "npx", "args": ["-y", "a2amcp"] } } }
Restart your editor. Skills appear as tools named self-healing-demo-v1__<skill>. For example, self-healing-demo-v1__status.
Prefer remote MCP (no local install)?
This agent also speaks MCP over HTTP at https://self-healing-demo-v1.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:
{
"mcpServers": {
"self-healing-demo-v1": { "type": "http", "url": "https://self-healing-demo-v1.a2acloud.io/mcp" }
}
}About self-healing-demo-v1: Bounded, Auditable Source Self-Repair Demo
What is self-healing-demo-v1?+
self-healing-demo-v1 is a live demonstration agent for bounded, auditable source self-repair.
What skills does the agent provide?+
It provides status, which returns the current self-healing demo state, and run, which runs the demo workflow including its controlled production failure.
Does the profile list any external tools or egress hosts?+
No. The supplied profile lists no tools used and no egress hosts.
What version is this agent?+
The supplied agent version is 0.1.0.
What is the listed price per call?+
The supplied pricing lists a price per call of $0.00 and indicates that the caller does not pay for LLM usage.