FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(examples): Add PEP 723 metadata to echo_agent for just `uv run` by ftnext · Pull Request #76 · agentclientprotocol/python-sdk · GitHub

feat(examples): Add PEP 723 metadata to echo_agent for just uv run - #76

Merged
PsiACE merged 1 commit into
agentclientprotocol:mainfrom
ftnext:echo-agent-inline-script-metadata
Mar 7, 2026
Merged

feat(examples): Add PEP 723 metadata to echo_agent for just uv run#76
PsiACE merged 1 commit into
agentclientprotocol:mainfrom
ftnext:echo-agent-inline-script-metadata

Conversation

ftnext commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Add PEP 723 inline script metadata to examples/echo_agent.py so the example can be launched directly with uv run.

This makes Quickstart easier (especially Step 2 and Step 3):

uv run examples/echo_agent.py
{
  "agent_servers": {
    "Echo Agent (Python)": {
      "type": "custom",
      "command": "uv",
      "args": [
        "run",
        "/abs/path/to/agentclientprotocol/python-sdk/examples/echo_agent.py"
      ]
    }
  }
}

Related issues

N/A

Testing

  • uv run examples/echo_agent.py
    • Confirmed the script starts under uv run and waits for stdio-based ACP communication.

Docs & screenshots

No docs updated in this PR.

Checklist

  • Conventional Commit title (e.g. feat:, fix:).
  • Tests cover the change or are not required (explain above).
  • Docs/examples updated when behaviour is user-facing.
  • Schema regenerations (make gen-all) are called out if applicable.

PsiACE merged commit 69c184c into agentclientprotocol:main Mar 7, 2026
8 checks passed

PsiACE commented Mar 7, 2026

Copy link
Copy Markdown
Member

thanks

ftnext deleted the echo-agent-inline-script-metadata branch March 7, 2026 09:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL