At first go to https://auth.traceroot.ai/ to register or login.If you don’t have an account, you can register by clicking the Sign Up button:Then you can login with your registered email and password.Then you can see the following page which means you have successfully logged in :)
TraceRoot.AI has been integrated with famous Python libraries like camel.You can easily track the AI agent’s tracing and logging by the following code:
Copy
Ask AI
git clone https://github.com/camel-ai/camel.gitcd camel# Install camelvim examples/debug/.traceroot-config.yaml# Put your token to the filepython3 examples/debug/traceroot_example.py
You can explore the loggings in the TraceRoot.AI demo platform.You can also show the code with some context by clicking the Show Code button.Next is the most exciting part, you can ask AI agents to help you on anything you want with your code, loggings, tracings and more.Here is a simple example that ask to summarize the logs and corresponding code:At last, you can also check the latency for each of your functions by clicking the Latency button.