This directory contains executable examples and the comprehensive user guide for the Augment Python SDK.
See user_guide.md for the complete documentation with detailed explanations, API reference, and usage patterns.
- 01_quick_start.py - Basic agent usage
- 02_event_listener_builtin.py - Using the built-in logging listener
- 03_event_listener_custom.py - Creating a custom event listener
- 04_session_management.py - Using sessions for conversational context
- 05_type_inference.py - Automatic type inference
- 06_typed_returns.py - Explicit type specification with dataclasses
- 07_success_criteria.py - Using success criteria for verification
- 08_function_tools.py - Giving the agent access to custom functions
Run individual examples:
python 01_quick_start.pyRun all examples:
./run_all.sh