Feature/agentarts memory agent - #6
Closed
gglzf4 wants to merge 18 commits into
Closed
Conversation
…ex / OpenCode Build a multi-agent memory plugin that wires Huawei Cloud AgentArts Memory into Claude Code, Codex, and OpenCode as a long-term memory backend, mirroring the jiuwen_memory_code_agent architecture. - server/: FastAPI local HTTP adapter over MemoryClient with scope_id->session_id caching and result normalization (/health, /add_messages/, /search_memory/, /list_memories/, /search_summary/) - scripts/: 13 Node hook scripts sharing _shared.mjs; prompt-submit writes user query + injects memories via stdout, pre-compact re-injects before compression, rest are no-op placeholders - hooks/: hooks.json (Claude Code 12 hooks) + hooks.codex.json (Codex 6 hooks) - opencode/: TypeScript plugin (session/message/system events with search caching) + /recall /remember slash commands - platform manifests: .claude-plugin/, .codex-plugin/, plugin.json Tests (36, all passing): Python server/client unit tests with mocked MemoryClient; Node hook script tests with file-based fetch stub. Verified end-to-end against live AgentArts Memory cloud.
…ode_agent Rename the plugin component and all references: - directory: agentarts-memory-plugins/agentarts-memory-code_agent/ - tests: tests/agentarts-memory-code_agent/ - pyproject package name, logger names, assistant_id, doc paths, conftest PLUGIN_ROOT resolution, and PRD/dev-plan references updated All 36 tests still passing.
…-plan.md Rename and update internal references to match the code_agent component name.
…to feature/agentarts-memory-agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.