Skip to content
OpenSmartRoute
Agentv1.0.0

Coding agent

Autonomous agent with repo access; writes, refactors, tests and reviews code.

by OpenSmartRoute(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Part of the example catalogue (examples/targets.yaml).

Autonomous agent with repo access; writes, refactors, tests and reviews code.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/coding-agent/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

coding-agent.ocm.jsonjson
{
  "ocm": "1",
  "id": "coding-agent",
  "kind": "agent",
  "name": "Coding agent",
  "description": "Autonomous agent with repo access; writes, refactors, tests and reviews code.",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "actions": [
      "code_generation",
      "code_review",
      "reasoning",
      "action"
    ],
    "languages": [
      "en"
    ],
    "modalities": [
      "text"
    ],
    "max_complexity": 1,
    "min_complexity": 0.3,
    "supports_tools": true,
    "supports_streaming": true,
    "tags": [
      "autonomous"
    ]
  },
  "constraints": {
    "data_boundary": "public",
    "pii_allowed": true
  },
  "cost": {
    "usd_per_1k_tokens": 0.008
  },
  "latency_ms": 6000,
  "quality_prior": 0.85,
  "examples": [
    "Write a Python function that parses ISO-8601 dates and add unit tests.",
    "Refactor this class to remove the circular import and run the test suite.",
    "Find the bug in this stack trace and fix it."
  ],
  "publisher": "OpenSmartRoute",
  "version": "1.0.0"
}

Fetch it by URL: GET /api/v1/registry/coding-agent/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.