refactor(knowledge): remove cognee compatibility from mvp branch#2
Closed
futuremeng wants to merge 69 commits intofeat/upstream/knowledge-layer-mvp-sopfrom
Closed
Conversation
…ics (agentscope-ai#1480) align default host with Ollama server and SDK default (127.0.0.1)
Co-authored-by: Runlin Lei <lei_runlin@163.com>
… debounce key (agentscope-ai#1002) Co-authored-by: Antigravity <admin@antigravity.ai>
…cope-ai#1300) Co-authored-by: xionghe.hx <xionghe.hx@digital-engine.com>
Co-authored-by: 平砚 <pingyan.hp@alibaba-inc.com>
Co-authored-by: Yuexiang XIE <yuexiang.xyx@alibaba-inc.com>
Co-authored-by: 料料 <la414263@alibaba-inc.com>
…scope-ai#1556) Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: Yuexiang XIE <yuexiang.xyx@alibaba-inc.com>
…gentscope-ai#1554) Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: xieyxclack <yuexiang.xyx@alibaba-inc.com>
…ntscope-ai#1584) Co-authored-by: yuanxs-tongyi <yuanxs-tongyi@U-4V2PKF2X-1939.local>
Co-authored-by: 平砚 <pingyan.hp@alibaba-inc.com> Co-authored-by: xieyxclack <yuexiang.xyx@alibaba-inc.com>
Co-authored-by: zhaozhuang <wb-zz895485@alibaba-inc.com>
…pe-ai#1601) Co-authored-by: xieyxclack <yuexiang.xyx@alibaba-inc.com>
Co-authored-by: yuanxs-tongyi <yuanxs-tongyi@U-4V2PKF2X-1939.local>
…ge updates when switching agents. (agentscope-ai#1662) Co-authored-by: zhaozhuang <wb-zz895485@alibaba-inc.com>
Co-authored-by: 料料 <la414263@alibaba-inc.com>
- add knowledge router/manager and console integration - add dual filter/manual id handling and i18n updates - inject retrieval context in runner with runtime config knobs - harden cron startup against invalid persisted schedules - add unit tests for knowledge routes, retrieval injection, and cron startup
9f5acb2 to
c1434f8
Compare
…e. (agentscope-ai#1707) Co-authored-by: zhaozhuang <wb-zz895485@alibaba-inc.com>
…edge-layer-mvp-sop-no-cognee
Owner
Author
|
Closing this PR because the related direction is no longer aligned with the current roadmap, and we are not continuing this split branch flow. |
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.
Summary:\n- remove cognee engine option from knowledge config\n- simplify legacy engine migration to local_lexical only\n- remove cognee placeholder branches from graph ops\n- align graph tool unit test stubs with runtime knowledge switch\n\nValidation:\n- rg -n 'cognee|Cognee|COGNEE' src tests README*.md => no matches\n- /Users/futuremeng/github/futuremeng/CoPaw/.venv/bin/python -m pytest /Users/futuremeng/github/futuremeng/CoPaw/tests/unit/ -q => 95 passed\n- console npm run -s type-check => passed