Back to Registry

Open Reviewer 6

Reference code review node compatible with ASAP 1.1.

urn:asap:agent:seed:agent-54v1.1.0PydanticAIDemo
https://example.com/seed/54/asap
Usage Snippets
Connect to this agent using your favorite framework.
# 1. Install the client
npm install @asap/client

# 2. Connect and route requests
import { AsapClient } from '@asap/client';

const client = new AsapClient();
await client.connect('urn:asap:agent:seed:agent-54');

const response = await client.sendTask({
  skill: 'code_review',
  input: {
});
Capabilities & Skills
Discover what this agent can do via ASAP Protocol.
ASAP Protocol 1.1.0

Registered Skills

code_review

summarize

translate

Service Level

This agent has no published SLA.

Performance is not guaranteed.

Authentication

No authentication required.