aipype-extras - Optional Tools
The aipype-extras package provides optional tools and utilities that extend the core aipype framework functionality.
Note
This package is optional and provides additional tools for debugging, logging, and monitoring aipype workflows.
Package Overview
aipype-extras: Extra features and tools for the aipype framework.
- class LogEntry[source]
Bases:
objectRepresents a single LLM log entry.
- Parameters:
- __init__(timestamp, agent_name, task_name, provider, model, input, output, raw_line, index)