agents.simple.exampleΒΆ
Example usage of SimpleAgent implementation with enhanced debugging.
This script demonstrates how to create and use SimpleAgent with custom state schema.
FunctionsΒΆ
|
Print debugging information in a rich panel. |
Create an agent with a custom state schema with enhanced debugging. |
Module ContentsΒΆ
- agents.simple.example.debug_print(title, obj, expand=False)ΒΆ
Print debugging information in a rich panel.
- Return type:
None
- agents.simple.example.example_with_custom_state_schema()ΒΆ
Create an agent with a custom state schema with enhanced debugging.
- Return type:
Any