Skip to content

Commit 4dc3980

Browse files
committed
docs: Update quickstart with scripts
1 parent de2362e commit 4dc3980

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ Tracing is done through Pydantic Logfire.
1818
- Individual scripts can be adjusted to use models from any provider supported by the specifi framework
1919
- By default only [basic_mcp_use/oai-agent_mcp.py](basic_mcp_use/oai-agent_mcp.py) requires `OPENAI_API_KEY`
2020
- All other scripts require `GEMINI_API_KEY`
21-
- Add `LOGFIRE_TOKEN` to visualise evaluations in Logfire web ui
21+
- [Optional] Add `LOGFIRE_TOKEN` to visualise evaluations in Logfire web ui
22+
23+
Run an Agent framework script e.g.:
24+
- `uv run basic_mcp_use/pydantic_mcp.py` - Requires `GEMINI_API_KEY` by default
25+
26+
- `uv run basic_mcp_use/oai-agent_mcp.py` - Requires `OPENAI_API_KEY` by default
27+
28+
Check console or Logfire for output
2229

2330
## Project Overview
2431

0 commit comments

Comments
 (0)