pgns-agent adapter for the Anthropic Claude Agent SDK
Project description
pgns-agent-claude
Claude Agent SDK adapter for pgns-agent. Wrap a Claude agent in a production-ready A2A server.
Installation
pip install pgns-agent-claude
Quick Start
from claude_agent_sdk import Agent
from pgns_agent import AgentServer
from pgns_agent_claude import ClaudeAdapter
claude_agent = Agent(model="claude-sonnet-4-5-20250514")
server = AgentServer("my-agent", "A Claude-powered agent")
server.use(ClaudeAdapter(claude_agent))
server.listen(3000)
License
Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pgns_agent_claude-0.2.0.tar.gz
(13.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pgns_agent_claude-0.2.0.tar.gz.
File metadata
- Download URL: pgns_agent_claude-0.2.0.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49edf2671ac57e5e543cf4e8f852caf4a175290975412607bea2c3233f3fc3ca
|
|
| MD5 |
bad7a6402279a9ca6de9ccc927f06e5e
|
|
| BLAKE2b-256 |
14b23938bda918a2931cf3d9dfeda961469b6159561ca7a65173e82f33c6c36f
|
File details
Details for the file pgns_agent_claude-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pgns_agent_claude-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
589674a07ea309f20eca868e23541b20b3b3fe7451140aeeed5382d480ba9bd2
|
|
| MD5 |
01905618e75d408e65dea7b1b638ccd7
|
|
| BLAKE2b-256 |
f835a3ce6fb9f97487bbea8375c0dca92351ba9ec0761161b24ad2d98957aec0
|