We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv run
1 parent 0ede835 commit 69c184cCopy full SHA for 69c184c
examples/echo_agent.py
@@ -1,3 +1,9 @@
1
+# /// script
2
+# requires-python = ">=3.10,<3.15"
3
+# dependencies = [
4
+# "agent-client-protocol",
5
+# ]
6
+# ///
7
import asyncio
8
from typing import Any
9
from uuid import uuid4
0 commit comments