Monitoring
Bitca comes with built-in monitoring and debugging.
from bitca.agent import Agent
agent = Agent(markdown=True, monitoring=True)
agent.print_response("Share a 2 sentence horror story")Authenticate with bitca
bitca authexport BITCA_API_KEY=bitca-***Run the agent
python monitoring.pyDebugging
Last updated