Francisco Javier Arceo explored Feast, the open-source feature store designed to address common data challenges in the AI/ML ...
graph-rag-agent/ ├── agent/ # 🤖 Agent 模块 - 核心交互层 │ ├── base.py # Agent 基类 │ ├── graph_agent.py # 基于图结构的 Agent │ ├── hybrid_agent.py # 混合搜索 Agent │ ├── naive_rag_agent.py ...