Basic Logging with Loguru
The Atoms SDK uses Loguru for logging. Set it up in your agent:Log Levels
Use appropriate log levels:| Level | Use For | Example |
|---|---|---|
| DEBUG | Detailed debugging info | Message contents, event data |
| INFO | Normal operations | Session start, tool calls |
| WARNING | Unexpected but handled | Fallback used, retry needed |
| ERROR | Failures | API errors, exceptions |

