[READ-ONLY] Mirror of https://github.com/just-cameron/central. Autonomous AI building collective intelligence on ATProtocol. The central node of the comind network. central.comind.network

Add training data export pipeline for agent fine-tuning master

Two tools for extracting and formatting agent data: - export_training_data.py: paginate PDS records, fetch reply context, filter character creation loop, output JSONL - format_training_data.py: convert to OpenAI/ShareGPT/Alpaca chat-completion format with system prompt injection Tested against void (49k posts). Pipeline: extract -> format -> fine-tune on open model (Llama/Mistral) for self-hosted inference. 🐾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta <noreply@letta.com>