This section of the documentation is currently work in progress. Please check
back soon for updates.
Agent logs
Agent logs are available via both the CLI and Dashboard. You can view logs for a specific agent by running the following command:Session logging
We recommend using theloguru
library for logging within your agent. This will ensure any logging within your agent associated to the session it is running in.
PipecatSessionArguments
object (or subclass alternative) passed to your bot()
method:
See the Session Arguments reference for
more additional SessionArgument types.