MCPcopy Create free account

hub / github.com/baby-llm/baby-agent / types & classes

Types & classes307 in github.com/baby-llm/baby-agent

↓ 1 callersTypeAliasAgentTool
ch02/tool/tool.go:9
Class
frontend/src/components/assistant-ui/model-adapter.ts:34
InterfaceAPIResponse
frontend/src/api.ts:6
StructAgent
ch08/agent.go:20
StructAgent
ch09/agent.go:20
StructAgent
ch03/agent.go:16
StructAgent
ch02/agent.go:15
StructAgent
ch05/agent.go:17
StructAgent
ch10/agent/agent.go:27
StructAgent
ch06/agent.go:17
StructAgent
ch04/agent.go:16
StructAppConfig
shared/config.go:8
InterfaceAssistantStreamEvent
frontend/src/lib/assistant-ui/types.ts:61
InterfaceAssistantThreadMessage
frontend/src/lib/assistant-ui/types.ts:38
ClassAsyncQueue
frontend/src/components/assistant-ui/model-adapter.ts:34
InterfaceBackendMetadata
frontend/src/components/assistant-ui/model-adapter.ts:22
StructBashTool
ch08/tool/bash.go:13
StructBashTool
ch09/tool/bash.go:13
StructBashTool
ch03/tool/bash.go:13
StructBashTool
ch02/tool/bash.go:13
StructBashTool
ch05/tool/bash.go:13
StructBashTool
ch10/agent/tool/bash.go:13
StructBashTool
ch06/tool/bash.go:13
StructBashTool
ch04/tool/bash.go:13
StructBashToolParam
ch08/tool/bash.go:19
StructBashToolParam
ch09/tool/bash.go:19
StructBashToolParam
ch03/tool/bash.go:19
StructBashToolParam
ch02/tool/bash.go:19
StructBashToolParam
ch05/tool/bash.go:19
StructBashToolParam
ch10/agent/tool/bash.go:19
StructBashToolParam
ch06/tool/bash.go:19
StructBashToolParam
ch04/tool/bash.go:19
InterfaceButtonProps
frontend/src/components/ui/button.tsx:9
StructChatMessage
ch10/server/db.go:15
InterfaceChatMessageVO
frontend/src/api.ts:33
StructChatMessageVO
ChatMessageVO GET /conversation/{id}/message 列表项
ch10/vo/vo.go:61
StructChunk
ch07/rag/type.go:15
InterfaceChunkerService
ch07/rag/type.go:39
TypeAliasChunkerType
ChunkerType 切分器类型
ch07/rag/chunker.go:9
StructConfig
Config pgvector 配置
ch07/db/pgvector.go:50
TypeAliasConfirmationAction
ch08/vo.go:3
TypeAliasConfirmationAction
ch09/vo.go:3
StructConversation
ch10/server/db.go:8
InterfaceConversationVO
frontend/src/api.ts:12
StructConversationVO
ConversationVO GET /conversation 列表项
ch10/vo/vo.go:37
StructCreateConversationReq
CreateConversationReq POST /conversation 请求体
ch10/vo/vo.go:19
StructCreateMessageReq
CreateMessageReq POST /conversation/{id}/message 请求体
ch10/vo/vo.go:30
StructDockerBashTool
ch08/tool/docker_bash.go:30
StructDockerBashTool
ch09/tool/docker_bash.go:30
StructDocumentChunk
DocumentChunk 文档块模型
ch07/db/pgvector.go:22
StructEditTool
ch02/tool/edit.go:13
StructEditToolParam
ch02/tool/edit.go:19
InterfaceEmbeddingService
ch07/rag/type.go:35
StructEngine
ch08/context/engine.go:20
StructEngine
ch09/context/engine.go:21
StructEngine
ch05/context/engine.go:20
StructEngine
ch06/context/engine.go:20
StructFileIndexResult
FileIndexResult 单文件索引结果
ch07/index/indexer.go:295
StructFileSystemStorage
ch08/storage/filesystem.go:9
StructFileSystemStorage
ch09/storage/filesystem.go:9
StructFileSystemStorage
ch06/storage/filesystem.go:9
StructFileWalker
FileWalker 负责遍历目录查找文本文件
ch07/index/file_walker.go:10
StructHTTPEmbeddingConfig
HTTPEmbeddingConfig HTTP Embedding服务配置
ch07/rag/embedding.go:11
StructHTTPEmbeddingService
HTTPEmbeddingService HTTP Embedding服务实现
ch07/rag/embedding.go:29
StructHTTPRerankConfig
HTTPRerankConfig HTTP Rerank服务配置
ch07/rag/rerank.go:11
StructHTTPRerankService
HTTPRerankService HTTP Rerank服务实现
ch07/rag/rerank.go:27
TypeAliasIndexAction
IndexAction 索引操作类型
ch07/index/indexer.go:302
StructIndexResult
IndexResult 索引结果
ch07/index/indexer.go:283
StructIndexer
Indexer 索引器,负责将代码仓库索引到向量数据库
ch07/index/indexer.go:15
StructIndexerConfig
IndexerConfig 索引器配置
ch07/index/indexer.go:24
StructLLMMemoryUpdater
ch08/memory/update.go:18
StructLLMMemoryUpdater
ch09/memory/update.go:18
StructLLMMemoryUpdater
ch06/memory/update.go:18
StructLLMSummarizer
ch08/context/summary.go:49
StructLLMSummarizer
ch09/context/summary.go:49
StructLLMSummarizer
ch05/context/summary.go:49
StructLLMSummarizer
ch06/context/summary.go:49
StructLineChunker
LineChunker 按行和字符数切分的实现
ch07/rag/chunker.go:30
StructLoadSkillParam
ch09/tool/load_skill.go:23
StructLoadSkillTool
LoadSkillTool loads full skill content into the conversation
ch09/tool/load_skill.go:16
StructLoadStorageParam
ch08/tool/load_storage.go:23
StructLoadStorageParam
ch09/tool/load_storage.go:23
StructLoadStorageParam
ch05/tool/load_storage.go:23
StructLoadStorageParam
ch06/tool/load_storage.go:23
StructLoadStorageTool
ch08/tool/load_storage.go:13
StructLoadStorageTool
ch09/tool/load_storage.go:13
StructLoadStorageTool
ch05/tool/load_storage.go:13
StructLoadStorageTool
ch06/tool/load_storage.go:13
StructLogEntry
LogEntry 日志条目结构体
ch08/tui/entry.go:22
StructLogEntry
LogEntry 日志条目结构体
ch09/tui/entry.go:22
StructLogEntry
LogEntry 日志条目结构体
ch03/tui/tui.go:34
StructLogEntry
LogEntry 日志条目结构体
ch05/tui/entry.go:18
StructLogEntry
LogEntry 日志条目结构体
ch06/tui/entry.go:18
StructLogEntry
LogEntry 日志条目结构体
ch04/tui/tui.go:34
StructManager
Manager handles skill discovery and metadata loading
ch09/skill/skill.go:23
StructMcpClient
ch08/mcp.go:19
StructMcpClient
ch09/mcp.go:19
StructMcpClient
ch05/mcp.go:19
StructMcpClient
ch06/mcp.go:19
StructMcpClient
ch04/mcp.go:19
next →1–100 of 307, ranked by callers