module documentation

Agent - LLM-powered assistant with tools.

Class Agent Agent that can perform tasks using tools and LLMs.
Constant MAX_CONVERSATION_MESSAGES Undocumented
Constant MAX_TOOL_ITERATIONS Undocumented
Constant MODE_APP_CREATOR Undocumented
Constant MODE_CHAT Undocumented
Constant MODE_DEVICE_MANAGER Undocumented
MAX_CONVERSATION_MESSAGES =

Undocumented

Value
const(20)
MAX_TOOL_ITERATIONS =

Undocumented

Value
const(50)
MODE_APP_CREATOR =

Undocumented

Value
const(1)
MODE_CHAT =

Undocumented

Value
const(0)
MODE_DEVICE_MANAGER =

Undocumented

Value
const(2)