Skip to content

[COMMUNITY] Conversation export/import for sharing #39

@jwesleye

Description

@jwesleye

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststatus: staleNo activity for extended periodtestingTesting infrastructure and tools

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions