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-f1d895a0-5442-448f-8936-4ee8b07822e6",
"task": {
"task_id": "task-053282d0-1f43-409f-a230-343d3faa02df",
"input": "Check current system status with a tool.",
"channel": "local",
"created_at": "2026-04-14T15:52:24.606551+00:00",
"user_id": null
},
"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": "Predicted by learning router (score=1701.0804).",
"estimated_cost": 0.0
}
],
"events": [
{
"event_id": "evt-5900439a-2a97-41fe-a82e-96181c99fee1",
"trajectory_id": "traj-f1d895a0-5442-448f-8936-4ee8b07822e6",
"timestamp": "2026-04-14T15:52:24.606656+00:00",
"stage": "retrieval",
"event_type": "task_received",
"payload": {
"input": "Check current system status with a tool."
},
"metrics": {},
"parent_event_id": null
},
{
"event_id": "evt-e0965597-ddee-4ccd-ae72-b51105101428",
"trajectory_id": "traj-f1d895a0-5442-448f-8936-4ee8b07822e6",
"timestamp": "2026-04-14T15:52:24.606666+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-5900439a-2a97-41fe-a82e-96181c99fee1"
},
{
"event_id": "evt-047dc545-d6c2-4a67-b0db-26b79e994e63",
"trajectory_id": "traj-f1d895a0-5442-448f-8936-4ee8b07822e6",
"timestamp": "2026-04-14T15:52:24.606672+00:00",
"stage": "policy",
"event_type": "action_selected",
"payload": {
"step": 1,
"decision_type": "load_skill",
"selected_ids": [
"skill-deploy"
],
"selected_payloads": [
{}
],
"rejected_ids": [],
"rationale": "Predicted by learning router (score=1701.0804).",
"estimated_cost": 0.0
},
"metrics": {},
"parent_event_id": "evt-e0965597-ddee-4ccd-ae72-b51105101428"
},
{
"event_id": "evt-skill-traj-f1d895a0-5442-448f-8936-4ee8b07822e6-skill-deploy",
"trajectory_id": "traj-f1d895a0-5442-448f-8936-4ee8b07822e6",
"timestamp": "2026-04-14T15:52:24.606681+00:00",
"stage": "execution",
"event_type": "skill_loaded",
"payload": {
"skill_id": "skill-deploy",
"input": "Check current system status with a tool.",
"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
}
}
}