Commit graph

6 commits

Author SHA1 Message Date
Lina Tawfik
affe3c9d92
refactor: reorganize examples for better clarity
- Simplify quick_start.py to just basic examples (~45 lines)
- Move tools example to dedicated using_tools.py file
- Move MCP configuration example to mcp_servers.py file
- No new content added - just reorganized existing examples

This makes the quick start truly quick and provides dedicated
files for users who need specific advanced features.
2025-07-03 16:59:36 -07:00
Lina Tawfik
b123767bc1
fix: remove trailing whitespace in examples/quick_start.py 2025-07-03 16:18:00 -07:00
Lina Tawfik
b73eac8c57
refactor: consolidate strict_mcp_config example into quick_start.py
- Remove separate strict_mcp_config_example.py file
- Add with_strict_mcp_config_example() to quick_start.py
- Use simpler query() function for consistency
- Add comment to main() about uncommenting MCP example if servers configured
2025-07-03 16:16:57 -07:00
Julian LaNeve
f868c59c72
cost_usd -> total_cost_usd in example 2025-06-25 15:18:52 -04:00
Lina Tawfik
63ef121e18
Fix code formatting for CI 2025-06-12 00:20:28 -07:00
Lina Tawfik
6ca3514261
Initial Python SDK import 2025-06-12 00:16:19 -07:00