-
Notifications
You must be signed in to change notification settings - Fork 0
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requeststatus: staleNo activity for extended periodNo activity for extended periodtestingTesting infrastructure and toolsTesting infrastructure and tools
Description
Feature Description
Standard format for exporting/importing conversations.
Problem/Motivation
Want to share interesting conversations with others, but no standard way.
Proposed Solution
# Export
chat_loop export conversation.json
# Import and replay
chat_loop import conversation.json --replay
# Format: JSON with metadata
{
"agent": "myagent",
"version": "0.1.0",
"messages": [...],
"metadata": {...}
}Benefits
- Share knowledge
- Reproduce issues
- Documentation
- Training material
Priority
- Critical
- High
- Medium
- Low
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requeststatus: staleNo activity for extended periodNo activity for extended periodtestingTesting infrastructure and toolsTesting infrastructure and tools