Skip to content
View gavinwang668's full-sized avatar

Block or report gavinwang668

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mattpocock-skills mattpocock-skills Public

    Forked from mattpocock/skills

    实战派,高手都用的skills

    Shell

  2. ccx ccx Public

    Forked from BenedictKing/ccx

    Claude / Codex / Gemini API Proxy - CCX,类似cc-switch,但又不完全一样。可以ccx+ccs一起用。app->ccs->ccx->各api厂商

    Go

  3. cognee cognee Public

    Forked from topoteretes/cognee

    Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.

    Python

  4. graphiti graphiti Public

    Forked from getzep/graphiti

    偏重,商业化落地场景。时序知识图谱,把记忆建成实体关系图,给每条事实挂上双时间,事实变化时旧的标记失效而不删除,因此能回溯任意历史时刻的状态,适合事实会演化、关系要推理、历史要审计的复杂场景。事实会随时间反复变化,而且需要追踪变化过程,关心「什么时候变的、变之前是什么」。比如病人的病史、用户的持仓、客户在 CRM 里的状态流转。实体之间的关系本身很重要,需要顺着关系做多跳推理,而不只是查一条…

    Python