agents.reasoning_and_critique.self_discover.v2.exampleΒΆ

Example usage of the Self-Discovery reasoning system.

FunctionsΒΆ

run_custom_task(task_description[, custom_modules])

Run self-discovery on a custom task.

run_self_discovery_example()

Run the self-discovery agent on example tasks.

Module ContentsΒΆ

agents.reasoning_and_critique.self_discover.v2.example.run_custom_task(task_description, custom_modules=None)ΒΆ

Run self-discovery on a custom task.

Parameters:
  • task_description (str)

  • custom_modules (list[str] | None)

agents.reasoning_and_critique.self_discover.v2.example.run_self_discovery_example()ΒΆ

Run the self-discovery agent on example tasks.

Return type:

None