File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,14 @@ Tracing is done through Pydantic Logfire.
18
18
- Individual scripts can be adjusted to use models from any provider supported by the specifi framework
19
19
- By default only [ basic_mcp_use/oai-agent_mcp.py] ( basic_mcp_use/oai-agent_mcp.py ) requires ` OPENAI_API_KEY `
20
20
- 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
22
29
23
30
## Project Overview
24
31
You can’t perform that action at this time.
0 commit comments