limen-a2a
v1.0.0
Published
A2A server for Limen Cognitive OS — Google Agent-to-Agent Protocol
Downloads
97
Maintainers
Readme
limen-a2a
Google Agent-to-Agent Protocol server for the Limen Cognitive OS.
Install
npm install -g limen-a2aUsage
# Start the A2A server (default port 41000)
limen-a2a
# Custom port
limen-a2a --port 8080
# Or via environment variable
LIMEN_A2A_PORT=8080 limen-a2aEndpoints
| Method | Path | Description |
|---|---|---|
| GET | /.well-known/agent.json | Agent Card (discovery) |
| POST | / | JSON-RPC 2.0 handler |
JSON-RPC Methods
tasks/send— Submit a task to the Limen enginetasks/get— Retrieve task status and resultstasks/cancel— Cancel a running task
Configuration
The server reads ~/.limen/config.json for engine configuration (data directory, master key, providers).
License
Apache-2.0
