Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
langroid-0.57.0-py3-none-any.whl | 2025-07-09 | 412.0 kB | |
langroid-0.57.0.tar.gz | 2025-07-09 | 362.5 kB | |
0.57.0 source code.tar.gz | 2025-07-09 | 57.4 MB | |
0.57.0 source code.zip | 2025-07-09 | 57.9 MB | |
README.md | 2025-07-09 | 828 Bytes | |
Totals: 5 Items | 116.1 MB | 0 |
HTML Logger for Interactive Task Visualization
Added a new HTML logger that creates self-contained HTML files with collapsible log entries, providing an interactive way to navigate complex multi-agent conversations.
Key Features
- 📊 Self-contained HTML output with dark theme
- 🔄 Auto-refresh every 2 seconds
- 💾 Persistent UI state across refreshes
- 🎨 Color-coded entities (USER, LLM, AGENT, SYSTEM)
- ⭐ Important responses filter (checked by default)
Usage
Enable HTML logging in your tasks:
:::python
task = Task(agent, config=TaskConfig(enable_html_logging=True))
Full Details
See the comprehensive release notes: v0.57.0-html-logger.md
Other Changes
- Various bug fixes and improvements