Operators
Operators are agents with a specific prompt and a set of pre-defined interactions. They are capable of performing well-defined roles, working with other operators, and using tools.
How to create your first operator
Create an operator
from concrete import operators
operator = operators.Operator()
operator.chat("Hey there, operator!")
Last Updated: 2024-12-04 09:21:32 UTC
Lines Changed: +8, -4