-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.json
More file actions
231 lines (231 loc) · 7.94 KB
/
sources.json
File metadata and controls
231 lines (231 loc) · 7.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
{
"$schema": "./sources.schema.json",
"version": "1.0",
"lastSync": null,
"sources": {
"agent-harness": [
{
"name": "agentscope",
"url": "https://github.com/agentscope-ai/agentscope.git",
"branch": "main",
"depth": 1,
"description": "Multi-agent platform for building applications",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/streaming/realtime-voice-agentscope.md",
"docs/learns/streaming/realtime-vs-kosong.md"
],
"commit": "722a60c95531a7389285fe82f2b5ca0d6d950cfe"
},
{
"name": "agno",
"url": "https://github.com/agno-agi/agno.git",
"branch": "main",
"depth": 1,
"description": "Framework for building AI Agents with memory, knowledge, and tools",
"addedAt": "2026-03-02",
"notes": [],
"commit": "fed8db2a32ebb4341df17c0429eef8885902b5d0"
},
{
"name": "pydantic-ai",
"url": "https://github.com/pydantic/pydantic-ai.git",
"branch": "main",
"depth": 1,
"description": "Provider-agnostic GenAI agent framework",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/type-safety/typed-message-parts-pydantic-ai.md",
"docs/learns/streaming/streaming-tool-assembly.md"
],
"commit": "bc7f6a28c14c960d9b90a27cfc7985f640f29744"
},
{
"name": "langchain",
"url": "https://github.com/langchain-ai/langchain.git",
"branch": "master",
"depth": 1,
"description": "Build context-aware reasoning applications",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/middleware/middleware-callback-system.md",
"docs/learns/error-handling/structured-errors-retry.md"
],
"commit": "78678534f970a5a01dddfc979594367c58d04b44"
},
{
"name": "republic",
"url": "https://github.com/fixie/republic.git",
"branch": "main",
"depth": 1,
"description": "Tape-based agent framework",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/architecture/republic-anchor-mechanism.md"
],
"commit": "422a6e879f57ba96b20abbf486b3e000e1a5fbef"
},
{
"name": "litai",
"url": "https://github.com/Lightning-AI/litai.git",
"branch": "main",
"depth": 1,
"description": "Lightweight LLM router",
"addedAt": "2026-03-02",
"notes": [],
"commit": "07f4d71d0e6aa7ab668957b2237dab7cc5a116e4"
},
{
"name": "kimi-cli",
"url": "https://github.com/MoonshotAI/kimi-cli.git",
"branch": "main",
"depth": 1,
"description": "CLI agent with kosong streaming",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/architecture/kimi-cli-architecture.md",
"docs/learns/streaming/async-streaming-first-class.md",
"docs/learns/streaming/realtime-vs-kosong.md"
],
"commit": "600ff8f676bcbf61064562e8f9a7d25f806d44f6"
},
{
"name": "pi-mono",
"url": "https://github.com/pi-company/pi-mono.git",
"branch": "main",
"depth": 1,
"description": "Multi-provider LLM abstraction monorepo",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/context-management/context-management-dual-mode.md"
],
"commit": "9a0a8d7ccb03b89bd3700477b2b8b399bd38dc03"
},
{
"name": "livekit-agents",
"url": "https://github.com/livekit/agents.git",
"branch": "main",
"depth": 1,
"description": "实时多模态 AI Agent 框架,支持语音/视频流式处理",
"addedAt": "2026-03-20",
"notes": [
"docs/learns/harness/streaming/livekit-agents-duplex-pipeline.md",
"docs/learns/harness/streaming/livekit-agents-preflight-flushsentinel.md",
"docs/learns/vad/livekit-vad-architecture.md"
],
"commit": "43f47e3e4d2e9b225e310ccbfb297da0bda1bda7"
}
],
"agent": [
{
"name": "FireRedChat",
"url": "https://github.com/FireRedTeam/FireRedChat.git",
"branch": "main",
"depth": 1,
"description": "A Fully Self-Hosted Solution for Full-Duplex Voice Interaction",
"addedAt": "2026-03-21",
"notes": [],
"commit": "9d8c4b99fbd27380f6bf44f9b2f78ae615229a55"
},
{
"name": "nanoclaw",
"url": "https://github.com/qwibitai/nanoclaw.git",
"branch": "main",
"depth": 1,
"description": "轻量级 AI 助手,运行在安全的容器中,连接 WhatsApp、Telegram 等消息应用",
"addedAt": "2026-03-06",
"notes": [
"docs/learns/harness/architecture/nanoclaw-architecture.md"
],
"commit": null
},
{
"name": "om1",
"url": "https://github.com/OpenMind/OM1.git",
"branch": "main",
"depth": 1,
"description": "Modular AI runtime and framework for humanoid robots",
"addedAt": "2026-03-02",
"notes": [],
"commit": "04ac5a23832c5b025173448b707388113d2b0860"
},
{
"name": "reachy-mini-conversation-app",
"url": "https://github.com/pollen-robotics/reachy_mini_conversation_app.git",
"branch": "main",
"depth": 1,
"description": "Reachy Mini 机器人对话应用,结合 OpenAI 实时 API、视觉管道和动作库",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/robotics/layered-motion-system.md",
"docs/learns/robotics/emotion-system-design.md"
],
"commit": "a7e73279de578ccb0c37bd5443753caf3cfcbfe9"
},
{
"name": "codex",
"url": "https://github.com/openai/codex.git",
"branch": "main",
"depth": 1,
"description": "OpenAI 的轻量级编码 Agent,在终端中运行",
"addedAt": "2026-03-04",
"notes": [
"docs/learns/harness/architecture/codex-llm-abstraction.md",
"docs/learns/harness/streaming/codex-streaming.md",
"docs/learns/harness/context-management/codex-context-management.md"
],
"commit": "7134220f3c1a5119cc0ea775b1807fe186b8a614"
}
],
"agent-evaluation": [
{
"name": "opik",
"url": "https://github.com/comet-ml/opik.git",
"branch": "main",
"depth": 1,
"description": "Open-source LLM evaluation and observability platform",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/evaluation/opik-bloom-integration.md"
],
"commit": "3c319b837af8bb64d0f36927aab98e023307b31e"
},
{
"name": "bloom",
"url": "https://github.com/safety-research/bloom.git",
"branch": "main",
"depth": 1,
"description": "Backdooring LLMs for multi-agent environments",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/evaluation/seed-driven-evaluation/bloom-behavioral-evaluation.md",
"docs/learns/evaluation/opik-bloom-integration.md"
],
"commit": "39c26499d9eb9da348680664d256ce0000a15cd3"
},
{
"name": "ACEBench",
"url": "https://github.com/chenchen0103/ACEBench.git",
"branch": "main",
"depth": 1,
"description": "A comprehensive benchmark for assessing tool usage in LLMs",
"addedAt": "2026-03-02",
"notes": [],
"commit": "56dd66cf6439b0d9655ee1b353e4cd745c6f664e"
},
{
"name": "langfuse",
"url": "https://github.com/langfuse/langfuse.git",
"branch": "main",
"depth": 1,
"description": "生产级 trace + 可定制 eval 长期方案",
"addedAt": "2026-03-02",
"notes": [
"docs/learns/evaluation/production-trace-eval-langfuse.md"
],
"commit": "2be7672022189f80c1cfdc9e18dd001fa4c7d06f"
}
],
"agent-training": []
}
}