Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baby-llm/baby-agent
/ types & classes
Types & classes
307 in github.com/baby-llm/baby-agent
⨍
Functions
923
◇
Types & classes
307
↓ 1 callers
TypeAlias
AgentTool
ch02/tool/tool.go:9
Class
frontend/src/components/assistant-ui/model-adapter.ts:34
Interface
APIResponse
frontend/src/api.ts:6
Struct
Agent
ch08/agent.go:20
Struct
Agent
ch09/agent.go:20
Struct
Agent
ch03/agent.go:16
Struct
Agent
ch02/agent.go:15
Struct
Agent
ch05/agent.go:17
Struct
Agent
ch10/agent/agent.go:27
Struct
Agent
ch06/agent.go:17
Struct
Agent
ch04/agent.go:16
Struct
AppConfig
shared/config.go:8
Interface
AssistantStreamEvent
frontend/src/lib/assistant-ui/types.ts:61
Interface
AssistantThreadMessage
frontend/src/lib/assistant-ui/types.ts:38
Class
AsyncQueue
frontend/src/components/assistant-ui/model-adapter.ts:34
Interface
BackendMetadata
frontend/src/components/assistant-ui/model-adapter.ts:22
Struct
BashTool
ch08/tool/bash.go:13
Struct
BashTool
ch09/tool/bash.go:13
Struct
BashTool
ch03/tool/bash.go:13
Struct
BashTool
ch02/tool/bash.go:13
Struct
BashTool
ch05/tool/bash.go:13
Struct
BashTool
ch10/agent/tool/bash.go:13
Struct
BashTool
ch06/tool/bash.go:13
Struct
BashTool
ch04/tool/bash.go:13
Struct
BashToolParam
ch08/tool/bash.go:19
Struct
BashToolParam
ch09/tool/bash.go:19
Struct
BashToolParam
ch03/tool/bash.go:19
Struct
BashToolParam
ch02/tool/bash.go:19
Struct
BashToolParam
ch05/tool/bash.go:19
Struct
BashToolParam
ch10/agent/tool/bash.go:19
Struct
BashToolParam
ch06/tool/bash.go:19
Struct
BashToolParam
ch04/tool/bash.go:19
Interface
ButtonProps
frontend/src/components/ui/button.tsx:9
Struct
ChatMessage
ch10/server/db.go:15
Interface
ChatMessageVO
frontend/src/api.ts:33
Struct
ChatMessageVO
ChatMessageVO GET /conversation/{id}/message 列表项
ch10/vo/vo.go:61
Struct
Chunk
ch07/rag/type.go:15
Interface
ChunkerService
ch07/rag/type.go:39
TypeAlias
ChunkerType
ChunkerType 切分器类型
ch07/rag/chunker.go:9
Struct
Config
Config pgvector 配置
ch07/db/pgvector.go:50
TypeAlias
ConfirmationAction
ch08/vo.go:3
TypeAlias
ConfirmationAction
ch09/vo.go:3
Struct
Conversation
ch10/server/db.go:8
Interface
ConversationVO
frontend/src/api.ts:12
Struct
ConversationVO
ConversationVO GET /conversation 列表项
ch10/vo/vo.go:37
Struct
CreateConversationReq
CreateConversationReq POST /conversation 请求体
ch10/vo/vo.go:19
Struct
CreateMessageReq
CreateMessageReq POST /conversation/{id}/message 请求体
ch10/vo/vo.go:30
Struct
DockerBashTool
ch08/tool/docker_bash.go:30
Struct
DockerBashTool
ch09/tool/docker_bash.go:30
Struct
DocumentChunk
DocumentChunk 文档块模型
ch07/db/pgvector.go:22
Struct
EditTool
ch02/tool/edit.go:13
Struct
EditToolParam
ch02/tool/edit.go:19
Interface
EmbeddingService
ch07/rag/type.go:35
Struct
Engine
ch08/context/engine.go:20
Struct
Engine
ch09/context/engine.go:21
Struct
Engine
ch05/context/engine.go:20
Struct
Engine
ch06/context/engine.go:20
Struct
FileIndexResult
FileIndexResult 单文件索引结果
ch07/index/indexer.go:295
Struct
FileSystemStorage
ch08/storage/filesystem.go:9
Struct
FileSystemStorage
ch09/storage/filesystem.go:9
Struct
FileSystemStorage
ch06/storage/filesystem.go:9
Struct
FileWalker
FileWalker 负责遍历目录查找文本文件
ch07/index/file_walker.go:10
Struct
HTTPEmbeddingConfig
HTTPEmbeddingConfig HTTP Embedding服务配置
ch07/rag/embedding.go:11
Struct
HTTPEmbeddingService
HTTPEmbeddingService HTTP Embedding服务实现
ch07/rag/embedding.go:29
Struct
HTTPRerankConfig
HTTPRerankConfig HTTP Rerank服务配置
ch07/rag/rerank.go:11
Struct
HTTPRerankService
HTTPRerankService HTTP Rerank服务实现
ch07/rag/rerank.go:27
TypeAlias
IndexAction
IndexAction 索引操作类型
ch07/index/indexer.go:302
Struct
IndexResult
IndexResult 索引结果
ch07/index/indexer.go:283
Struct
Indexer
Indexer 索引器,负责将代码仓库索引到向量数据库
ch07/index/indexer.go:15
Struct
IndexerConfig
IndexerConfig 索引器配置
ch07/index/indexer.go:24
Struct
LLMMemoryUpdater
ch08/memory/update.go:18
Struct
LLMMemoryUpdater
ch09/memory/update.go:18
Struct
LLMMemoryUpdater
ch06/memory/update.go:18
Struct
LLMSummarizer
ch08/context/summary.go:49
Struct
LLMSummarizer
ch09/context/summary.go:49
Struct
LLMSummarizer
ch05/context/summary.go:49
Struct
LLMSummarizer
ch06/context/summary.go:49
Struct
LineChunker
LineChunker 按行和字符数切分的实现
ch07/rag/chunker.go:30
Struct
LoadSkillParam
ch09/tool/load_skill.go:23
Struct
LoadSkillTool
LoadSkillTool loads full skill content into the conversation
ch09/tool/load_skill.go:16
Struct
LoadStorageParam
ch08/tool/load_storage.go:23
Struct
LoadStorageParam
ch09/tool/load_storage.go:23
Struct
LoadStorageParam
ch05/tool/load_storage.go:23
Struct
LoadStorageParam
ch06/tool/load_storage.go:23
Struct
LoadStorageTool
ch08/tool/load_storage.go:13
Struct
LoadStorageTool
ch09/tool/load_storage.go:13
Struct
LoadStorageTool
ch05/tool/load_storage.go:13
Struct
LoadStorageTool
ch06/tool/load_storage.go:13
Struct
LogEntry
LogEntry 日志条目结构体
ch08/tui/entry.go:22
Struct
LogEntry
LogEntry 日志条目结构体
ch09/tui/entry.go:22
Struct
LogEntry
LogEntry 日志条目结构体
ch03/tui/tui.go:34
Struct
LogEntry
LogEntry 日志条目结构体
ch05/tui/entry.go:18
Struct
LogEntry
LogEntry 日志条目结构体
ch06/tui/entry.go:18
Struct
LogEntry
LogEntry 日志条目结构体
ch04/tui/tui.go:34
Struct
Manager
Manager handles skill discovery and metadata loading
ch09/skill/skill.go:23
Struct
McpClient
ch08/mcp.go:19
Struct
McpClient
ch09/mcp.go:19
Struct
McpClient
ch05/mcp.go:19
Struct
McpClient
ch06/mcp.go:19
Struct
McpClient
ch04/mcp.go:19
next →
1–100 of 307, ranked by callers