ReasoningAgent
This template provides a reasoning agent that maintains a history of its actions and observations to build a hypothesis about the game’s rules. It’s fully integrated with AgentOps for detailed tracing and debugging, giving you more information about your agent’s performance. To run this agent:AgentOps Tracing
When you install theagentops
package and set your API key, all agents are automatically decorated with @trace_agent_session
. This streams detailed traces of your agent’s execution to your AgentOps dashboard.
To enable tracing:
.env
file: