[ DRAG & DROP FILES HERE ]
to upload to current section
>> IDE/LOCAL TELEMETRY API
Hook your local scripts or editor extensions to this endpoint to stream context directly to Hermes memory:
POST https://aih.agentfield.org/api/telemetry
Content-Type: application/json
{
"event": "IDE_ERROR",
"file": "main.py",
"content": "SyntaxError: invalid syntax"
}
Data appends to: vault/processing/ide_telemetry.jsonl