Initial standalone memabra release

This commit is contained in:
Carlos Ouyang
2026-04-15 11:06:05 +08:00
commit 58f9f221b1
464 changed files with 30256 additions and 0 deletions

View File

@@ -0,0 +1,192 @@
{
"trajectory_id": "traj-58ec7a90-3ada-4b78-bc6a-6351be4eb4b5",
"task": {
"task_id": "task-0c82e670-45ab-45f9-af74-c5920f5eb9b3",
"input": "Deploy this service with the usual workflow.",
"channel": "telegram",
"created_at": "2026-04-14T14:37:42.378256+00:00",
"user_id": "oza"
},
"context_snapshot": {
"conversation_summary": "",
"environment_summary": "",
"recent_failures": []
},
"candidate_sets": {
"memory": [
{
"id": "mem-telegram-pref",
"type": "memory",
"title": "Telegram preference",
"summary": "Prefer plain text on Telegram.",
"triggers": [
"telegram",
"preference",
"answer"
],
"cost": 0.0,
"confidence": 0.95,
"success_rate": 0.9,
"freshness": 0.9,
"risk": 0.0,
"tags": [
"output"
],
"source": "user",
"type_payload": {}
}
],
"skill": [
{
"id": "skill-deploy",
"type": "skill",
"title": "Deploy workflow",
"summary": "Reusable deployment workflow.",
"triggers": [
"deploy",
"workflow",
"service"
],
"cost": 0.0,
"confidence": 0.8,
"success_rate": 0.9,
"freshness": 0.8,
"risk": 0.0,
"tags": [
"ops"
],
"source": "system",
"type_payload": {}
}
],
"tool": [
{
"id": "tool-terminal",
"type": "tool",
"title": "terminal",
"summary": "Run terminal-style inspection commands.",
"triggers": [
"check",
"current",
"status",
"system"
],
"cost": 0.0,
"confidence": 0.95,
"success_rate": 0.9,
"freshness": 1.0,
"risk": 0.0,
"tags": [
"inspection"
],
"source": "system",
"type_payload": {}
}
]
},
"decisions": [
{
"step": 1,
"decision_type": "load_skill",
"selected_ids": [
"skill-deploy"
],
"selected_payloads": [
{}
],
"rejected_ids": [],
"rationale": "Task resembles a reusable procedure; load a skill before action.",
"estimated_cost": 0.0
}
],
"events": [
{
"event_id": "evt-757f035e-551f-4b55-a506-2aac41134885",
"trajectory_id": "traj-58ec7a90-3ada-4b78-bc6a-6351be4eb4b5",
"timestamp": "2026-04-14T14:37:42.378322+00:00",
"stage": "retrieval",
"event_type": "task_received",
"payload": {
"input": "Deploy this service with the usual workflow."
},
"metrics": {},
"parent_event_id": null
},
{
"event_id": "evt-dfcdd452-1902-4a6c-97fc-fd6a993c2045",
"trajectory_id": "traj-58ec7a90-3ada-4b78-bc6a-6351be4eb4b5",
"timestamp": "2026-04-14T14:37:42.378327+00:00",
"stage": "retrieval",
"event_type": "candidates_recalled",
"payload": {
"memory_ids": [
"mem-telegram-pref"
],
"skill_ids": [
"skill-deploy"
],
"tool_ids": [
"tool-terminal"
]
},
"metrics": {},
"parent_event_id": "evt-757f035e-551f-4b55-a506-2aac41134885"
},
{
"event_id": "evt-c680ed8f-a6b0-48d1-bcd4-7423089aa916",
"trajectory_id": "traj-58ec7a90-3ada-4b78-bc6a-6351be4eb4b5",
"timestamp": "2026-04-14T14:37:42.378332+00:00",
"stage": "policy",
"event_type": "action_selected",
"payload": {
"step": 1,
"decision_type": "load_skill",
"selected_ids": [
"skill-deploy"
],
"selected_payloads": [
{}
],
"rejected_ids": [],
"rationale": "Task resembles a reusable procedure; load a skill before action.",
"estimated_cost": 0.0
},
"metrics": {},
"parent_event_id": "evt-dfcdd452-1902-4a6c-97fc-fd6a993c2045"
},
{
"event_id": "evt-skill-traj-58ec7a90-3ada-4b78-bc6a-6351be4eb4b5-skill-deploy",
"trajectory_id": "traj-58ec7a90-3ada-4b78-bc6a-6351be4eb4b5",
"timestamp": "2026-04-14T14:37:42.378339+00:00",
"stage": "execution",
"event_type": "skill_loaded",
"payload": {
"skill_id": "skill-deploy",
"input": "Deploy this service with the usual workflow.",
"instructions": "Demo skill payload loaded successfully."
},
"metrics": {},
"parent_event_id": null
}
],
"outcome": {
"status": "success",
"steps": 1,
"latency_ms": 0,
"user_corrections": 0,
"tool_errors": 0,
"notes": "Draft trajectory generated by MemabraRunner with execution hooks."
},
"reward": {
"total": 1.04,
"components": {
"task_success": 0.8,
"retrieval_hit": 0.2,
"tool_error": 0.0,
"user_correction": 0.0,
"latency": 0.0,
"context_cost": 0.06,
"useful_reuse": 0.1
}
}
}