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ΒΆ

debug_print(title, obj[, expand])

Print debugging information in a rich panel.

example_with_custom_state_schema()

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