Skip to content

Commit 230dd03

Browse files
authored
Add inline script metadata so users can run it directly via just uv run
1 parent 0133bc4 commit 230dd03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/echo_agent.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# /// script
2+
# requires-python = ">=3.10,<3.15"
3+
# dependencies = [
4+
# "agent-client-protocol",
5+
# ]
6+
# ///
17
import asyncio
28
from typing import Any
39
from uuid import uuid4

0 commit comments

Comments
 (0)