oyi77
e6e54822f5
feat: add Memory & Skill Injection from Proxy (Network Level)
Implements transparent memory and skill injection at the proxy layer,
enabling AI agents connecting through OmniRoute to automatically inherit
memory and tool capabilities without client-side code changes.
Memory System:
- SQLite-backed memory store with 4 types: factual, episodic, procedural, semantic
- Token budget retrieval with configurable max tokens (default 2000)
- Memory injection into chat requests (system message + message prefix)
- Memory fact extraction from responses
- Dashboard page: /dashboard/memory
- MCP tools: omniroute_memory_search, omniroute_memory_add, omniroute_memory_clear
Skills System:
- Skill registry with semver resolution (^, ~, >=, etc.)
- Docker sandbox runner with resource constraints (CPU 100ms, RAM 256MB)
- Skill executor with timeout handling
- Built-in skills: file_read, file_write, http_request, web_search, eval_code, execute_command
- Skill schema injection for OpenAI, Claude, Gemini formats
- Tool call interception and execution
- Dashboard page: /dashboard/skills
- MCP tools: omniroute_skills_list, omniroute_skills_enable, omniroute_skills_execute
Advanced Features:
- Browser automation skill (Playwright-based)
- A2A memory-aware routing skill
- Hybrid execution mode (direct/sandbox/auto-upgrade)
- Custom skill registration API
- Integration tests
- Memory caching layer
- Memory summarization
- Performance benchmarks
Resolves: GitHub Issue #812
2026-04-01 09:26:37 +07:00
..
2026-03-14 10:58:48 -03:00
2026-02-18 00:02:15 -03:00
2026-03-29 13:09:38 -03:00
2026-03-14 14:03:08 -03:00
2026-03-29 04:30:11 -03:00
2026-03-15 00:59:22 -03:00
2026-03-22 16:22:58 +08:00
2026-03-29 13:21:53 -03:00
2026-03-30 07:38:30 -03:00
2026-03-23 11:08:14 -03:00
2026-03-19 02:25:29 -03:00
2026-02-18 00:02:15 -03:00
2026-03-31 10:22:52 -03:00
2026-03-21 00:50:07 +08:00
2026-03-31 10:22:52 -03:00
2026-03-29 14:37:55 +02:00
2026-03-29 16:05:32 +02:00
2026-03-31 10:22:52 -03:00
2026-03-23 11:08:14 -03:00
2026-03-29 14:21:39 -04:00
2026-03-28 23:13:03 -03:00
2026-03-27 06:23:52 -03:00
2026-03-27 22:38:34 -05:00
2026-02-28 07:59:38 -03:00
2026-03-31 07:57:43 -03:00
2026-03-30 16:31:07 -04:00
2026-03-29 14:16:37 -03:00
2026-03-30 16:23:53 -04:00
2026-03-30 16:49:01 -04:00
2026-03-31 10:22:52 -03:00
2026-02-18 00:02:15 -03:00
2026-03-28 21:04:47 -03:00
2026-03-18 12:25:17 +00:00
2026-03-16 10:23:44 +01:00
2026-03-15 02:06:49 +02:00
2026-03-28 12:58:31 -03:00
2026-03-21 00:50:07 +08:00
2026-02-28 08:15:04 -03:00
2026-02-28 08:15:04 -03:00
2026-03-17 01:47:22 +05:30
2026-03-31 10:22:52 -03:00
2026-03-23 09:21:03 -03:00
2026-03-23 11:08:14 -03:00
2026-03-29 15:13:07 -06:00
2026-02-18 00:02:15 -03:00
2026-03-23 09:21:03 -03:00
2026-03-31 10:22:52 -03:00
2026-03-28 12:58:31 -03:00
2026-03-30 17:07:46 -04:00
2026-04-01 09:26:37 +07:00
2026-03-28 19:54:45 -03:00
2026-03-23 20:36:00 -03:00
2026-03-01 21:42:39 -03:00
2026-03-12 10:10:45 -03:00
2026-03-31 10:22:52 -03:00
2026-03-28 20:39:02 -03:00
2026-03-08 20:47:17 +00:00
2026-03-23 09:21:03 -03:00
2026-03-12 10:20:08 +03:00
2026-02-18 00:02:15 -03:00
2026-03-23 11:08:14 -03:00
2026-03-29 04:29:59 -03:00
2026-03-17 01:59:40 +05:30
2026-03-29 16:12:22 -03:00
2026-02-18 00:02:15 -03:00
2026-03-30 20:54:02 -03:00
2026-03-28 21:17:07 -04:00
2026-03-28 12:58:31 -03:00
2026-03-28 23:35:59 -03:00
2026-03-17 13:05:27 +07:00
2026-03-17 13:05:27 +07:00
2026-03-28 23:35:59 -03:00
2026-03-18 13:57:25 +07:00
2026-02-18 00:02:15 -03:00
2026-03-01 07:10:27 -03:00
2026-02-18 00:02:15 -03:00
2026-03-31 10:22:52 -03:00
2026-03-29 16:12:22 -03:00
2026-03-29 00:26:24 +03:00
2026-02-27 16:29:58 -03:00
2026-03-28 14:48:57 -03:00
2026-03-19 02:25:29 -03:00
2026-03-17 18:28:35 +01:00
2026-03-08 17:58:42 -03:00
2026-02-18 00:02:15 -03:00
2026-03-23 09:21:03 -03:00
2026-03-31 10:22:52 -03:00
2026-02-18 00:02:15 -03:00
2026-03-27 15:12:51 -03:00
2026-03-14 14:03:08 -03:00
2026-02-18 00:02:15 -03:00
2026-03-15 20:37:18 +02:00
2026-03-23 11:08:14 -03:00
2026-03-14 14:03:08 -03:00
2026-03-04 18:45:02 -03:00
2026-03-05 01:16:56 -03:00
2026-03-27 16:23:44 -06:00
2026-03-23 11:08:14 -03:00
2026-03-23 11:08:14 -03:00
2026-03-23 11:08:14 -03:00
2026-03-23 11:08:14 -03:00
2026-03-23 11:08:14 -03:00
2026-03-28 20:39:16 -03:00
2026-03-23 11:08:14 -03:00
2026-03-26 23:50:54 -03:00
2026-03-23 11:08:14 -03:00
2026-03-31 07:57:43 -03:00
2026-03-23 11:08:14 -03:00
2026-03-23 11:08:14 -03:00
2026-03-28 12:33:13 -03:00
2026-03-30 19:23:25 -03:00
2026-03-23 11:08:14 -03:00
2026-03-28 21:57:15 -03:00
2026-03-23 11:08:14 -03:00
2026-02-18 00:02:15 -03:00
2026-03-28 12:33:13 -03:00
2026-03-16 09:38:34 -03:00
2026-03-24 17:24:11 +08:00
2026-03-31 10:22:52 -03:00
2026-02-18 00:02:15 -03:00