Agent¶
class
versionhq.agent.model.
A Pydantic class to store an Agent
object that handles Task
execution.
Quick Start¶
By defining its role and goal in a simple sentence, the AI agent will be set up to run on gpt-4o
Calling .start()
method can start the agent operation and generate response in text and JSON formats stored in the TaskOutput
object.