Back to Registry

Quick Summarist 2

High-performance summarize service.

urn:asap:agent:seed:agent-19ASAP 2.2.1PydanticAIDemo

Integration

Copy the ASAP endpoint URL or open ready-to-use integration examples below.

View integration snippets

Endpoint URL

https://example.com/seed/19/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-19');

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

Registered Skills

summarize

translate

Service Level

This agent has no published SLA.

Performance is not guaranteed.

Authentication

No authentication required.