MCPcopy Create free account

hub / github.com/chaojixinren/HelloAgents-go / functions

Functions1,096 in github.com/chaojixinren/HelloAgents-go

↓ 5 callersMethodBuildToolSchemas
()
hello_agents/core/agent.go:578
↓ 5 callersMethodCheckConfigConsistency
(savedConfig, currentConfig map[string]any)
hello_agents/core/session_store.go:166
↓ 5 callersMethodCountMessages
(messages []T)
hello_agents/context/token_counter.go:43
↓ 5 callersFunctionDefaultSubagentFactory
(agentType string, llm *core.HelloAgentsLLM, toolRegistry *tools.ToolRegistry, config *core.Config)
hello_agents/agents/factory.go:31
↓ 5 callersMethodEstimateRounds
()
hello_agents/context/history.go:41
↓ 5 callersMethodExecuteToolCall
(toolName string, arguments map[string]any)
hello_agents/core/agent.go:662
↓ 5 callersMethodGetDescription
()
hello_agents/tools/base.go:33
↓ 5 callersMethodGetSkill
(name string)
hello_agents/skills/loader.go:134
↓ 5 callersMethodListTools
()
hello_agents/agents/simple_agent.go:247
↓ 5 callersFunctionMockToolCallResponse
MockToolCallResponse creates an OpenAI-compatible tool call response.
hello_agents/core/testutil/mock_llm.go:125
↓ 5 callersFunctionNewPlanSolveAgentWithOptions
( name string, llm *core.HelloAgentsLLM, systemPrompt string, config *core.Config, plannerPrompt string,
hello_agents/agents/plan_solve_agent.go:250
↓ 5 callersFunctionNewReadTool
(projectRoot string, registry *tools.ToolRegistry)
hello_agents/tools/builtin/file_tools.go:24
↓ 5 callersFunctionNewReflectionAgentWithOptions
( name string, llm *core.HelloAgentsLLM, systemPrompt string, config *core.Config, maxIterations int, to
hello_agents/agents/reflection_agent.go:75
↓ 5 callersFunctionNewTraceLogger
(outputDir string, sanitize, htmlIncludeRawResponse bool)
hello_agents/observability/trace_logger.go:36
↓ 5 callersMethodRun
(parameters map[string]any)
hello_agents/tools/builtin/skill_tool.go:68
↓ 5 callersMethodRun
(inputText string, kwargs map[string]any)
hello_agents/agents/react_agent.go:97
↓ 5 callersMethodcurrent
()
hello_agents/tools/builtin/calculator.go:412
↓ 5 callersFunctionintFromAny
(v any)
hello_agents/agents/tool_call_helpers.go:190
↓ 4 callersMethodCountMessage
(message T)
hello_agents/context/token_counter.go:51
↓ 4 callersMethodGetHistory
()
hello_agents/core/agent.go:291
↓ 4 callersMethodGetStats
()
hello_agents/tools/builtin/devlog_tool.go:132
↓ 4 callersMethodGetStatus
(toolName string)
hello_agents/tools/circuit_breaker.go:94
↓ 4 callersFunctionLoadDotEnv
LoadDotEnv loads KEY=VALUE pairs from .env file to process env if key does not exist.
hello_agents/core/config.go:274
↓ 4 callersFunctionNewCustomFilterWithMode
(allowed []string, denied []string, mode string)
hello_agents/tools/tool_filter.go:103
↓ 4 callersFunctionNewObservationTruncator
(maxLines, maxBytes int, truncateDirection, outputDir string)
hello_agents/context/truncator.go:20
↓ 4 callersFunctionNewReadOnlyFilter
(additionalAllowed []string)
hello_agents/tools/tool_filter.go:17
↓ 4 callersFunctionNewSlowTool
(name string, delay time.Duration)
example/parallel_tools_demo/main.go:21
↓ 4 callersFunctionNewWriteToolWithOptions
(projectRoot string, workingDir string, registry *tools.ToolRegistry)
hello_agents/tools/builtin/file_tools.go:260
↓ 4 callersFunctionPartial
(text string, data map[string]any, extras ...map[string]any)
hello_agents/tools/response.go:138
↓ 4 callersMethodRun
(parameters map[string]any)
example/custom_tools/code_formatter_tool/main.go:54
↓ 4 callersMethodString
()
hello_agents/agents/react_agent.go:909
↓ 4 callersMethodToMap
()
hello_agents/tools/builtin/devlog_tool.go:57
↓ 4 callersMethodToMap
()
hello_agents/core/config.go:212
↓ 4 callersFunctionToolResponseFromMap
(data map[string]any)
hello_agents/tools/response.go:63
↓ 4 callersMethodTruncate
(content string, toolName string)
hello_agents/context/truncator.go:30
↓ 4 callersMethod_parse_fragment
Parse XML fragment and return list of imported nodes. Args: xml_content: String containing XML fragment Returns
skills/docx/scripts/utilities.py:312
↓ 4 callersFunctionanyToString
(value any)
hello_agents/skills/loader.go:221
↓ 4 callersFunctionautoRegisterBuiltinTools
(base *core.BaseAgent)
hello_agents/agents/auto_register.go:8
↓ 4 callersFunctioncountTokens
(text string)
hello_agents/context/builder.go:355
↓ 4 callersFunctiondevlogStringValue
(value any)
hello_agents/tools/builtin/devlog_tool.go:583
↓ 4 callersFunctionnowPythonISOTime
()
hello_agents/core/time_format.go:12
↓ 4 callersMethodparseFactor
()
hello_agents/tools/builtin/calculator.go:329
↓ 4 callersFunctionpythonTruthy
(value any)
hello_agents/core/agent.go:529
↓ 4 callersFunctionuseTheme
()
skills/frontend-design/examples/typescript/theme-provider.tsx:155
↓ 3 callersMethodClear
()
hello_agents/core/streaming.go:104
↓ 3 callersMethodCompress
(summary string)
hello_agents/context/history.go:97
↓ 3 callersMethodComputeToolSchemaHash
()
hello_agents/core/agent.go:865
↓ 3 callersMethodExportConvertParameterTypes
(toolName string, input map[string]any)
hello_agents/core/testing_helpers.go:19
↓ 3 callersMethodExportResolvePath
(path string)
hello_agents/tools/builtin/testing_helpers.go:9
↓ 3 callersMethodGenerateSummary
(limit int)
hello_agents/tools/builtin/devlog_tool.go:143
↓ 3 callersMethodGetFunction
(name string)
hello_agents/tools/registry.go:142
↓ 3 callersMethodGetStats
()
hello_agents/tools/builtin/todowrite_tool.go:68
↓ 3 callersFunctionInfo
(msg string, args ...any)
hello_agents/logging/logging.go:26
↓ 3 callersMethodIsAllowed
(toolName string)
hello_agents/tools/tool_filter.go:46
↓ 3 callersFunctionMessageFromMap
(data map[string]any)
hello_agents/core/message.go:56
↓ 3 callersFunctionNewDevLogStore
(sessionID, agentName string)
hello_agents/tools/builtin/devlog_tool.go:98
↓ 3 callersFunctionNewEditToolWithOptions
(projectRoot string, workingDir string, registry *tools.ToolRegistry)
hello_agents/tools/builtin/file_tools.go:397
↓ 3 callersFunctionNewExecutor
(llm *core.HelloAgentsLLM, systemPrompt string, toolRegistry *tools.ToolRegistry, enableToolCalling bool, maxT
hello_agents/agents/plan_solve_agent.go:76
↓ 3 callersFunctionNewMultiEditToolWithOptions
(projectRoot string, workingDir string, registry *tools.ToolRegistry)
hello_agents/tools/builtin/file_tools.go:548
↓ 3 callersFunctionNewReadToolWithOptions
(projectRoot string, workingDir string, registry *tools.ToolRegistry)
hello_agents/tools/builtin/file_tools.go:28
↓ 3 callersFunctionNewWriteTool
(projectRoot string)
hello_agents/tools/builtin/file_tools.go:256
↓ 3 callersMethodRun
(parameters map[string]any)
example/custom_tools/complete_example/main.go:43
↓ 3 callersMethodRun
(parameters map[string]any)
example/custom_tools/weather_tool/main.go:50
↓ 3 callersMethodRun
(parameters map[string]any)
example/custom_tools/simple_tool_template/main.go:39
↓ 3 callersMethodRun
(parameters map[string]any)
tests/test_all_agents_test.go:45
↓ 3 callersMethodRunAsSubagent
(task string, toolFilter tools.ToolFilter, returnSummary bool, maxStepsOverride *int)
hello_agents/core/agent.go:911
↓ 3 callersMethodSetMaxStepAccessors
(getter func() int, setter func(v int))
hello_agents/core/agent.go:181
↓ 3 callersMethodToMap
()
hello_agents/tools/response.go:28
↓ 3 callersMethodToMap
()
hello_agents/core/streaming.go:54
↓ 3 callersMethodTruncateWithMetadata
(content string, toolName string, metadata map[string]any)
hello_agents/context/truncator.go:34
↓ 3 callersFunctionaddAPIKeyQuery
(rawURL string, key string, stream bool)
hello_agents/core/llm_adapters.go:151
↓ 3 callersMethodaddRecord
(recordType string, content string)
hello_agents/agents/reflection_agent.go:32
↓ 3 callersFunctionanthropicEndpoint
(baseURL string)
hello_agents/core/llm_adapters.go:121
↓ 3 callersMethodbuildMessages
(inputText string)
hello_agents/agents/simple_agent.go:210
↓ 3 callersMethodbuildMessages
(inputText string)
hello_agents/agents/react_agent.go:843
↓ 3 callersMethodbuildToolSchemas
()
hello_agents/agents/react_agent.go:852
↓ 3 callersFunctioncollectFiles
(dir string)
hello_agents/skills/loader.go:192
↓ 3 callersFunctionconvertAnthropicMessages
(messages []map[string]any)
hello_agents/core/llm_adapters.go:521
↓ 3 callersFunctionconvertGeminiMessages
(messages []map[string]any)
hello_agents/core/llm_adapters.go:684
↓ 3 callersMethodemitEvent
(eventType EventType, hook LifecycleHook, data map[string]any)
hello_agents/core/agent.go:242
↓ 3 callersFunctiongeminiEndpoint
(baseURL string, model string, stream bool)
hello_agents/core/llm_adapters.go:135
↓ 3 callersMethodgetLLMResponse
(messages []map[string]any, kwargs map[string]any)
hello_agents/agents/reflection_agent.go:191
↓ 3 callersFunctionnewNoopTool
(name string)
tests/test_subagent_mechanism_test.go:20
↓ 3 callersFunctionopenAIEndpoint
(baseURL string)
hello_agents/core/llm_adapters.go:110
↓ 3 callersFunctionpacketsByType
(packets []ContextPacket, packetType string)
hello_agents/context/builder.go:319
↓ 3 callersMethodparseBitXor
()
hello_agents/tools/builtin/calculator.go:251
↓ 3 callersMethodparseMulDiv
()
hello_agents/tools/builtin/calculator.go:297
↓ 3 callersFunctionparseSSE
(reader io.Reader, onEvent func(event string, data string) error)
hello_agents/core/llm_adapters.go:202
↓ 3 callersFunctionprintUsage
(cfg core.Config)
cmd/helloagents/main.go:39
↓ 3 callersFunctionrelOrOriginal
(path string, base string)
hello_agents/tools/builtin/file_tools.go:722
↓ 3 callersFunctionremoveName
(names []string, target string)
hello_agents/tools/registry.go:458
↓ 3 callersFunctionsetTheme
(newTheme: Theme)
skills/frontend-design/examples/typescript/theme-provider.tsx:132
↓ 3 callersFunctionusageFromLLMRawResponse
(response map[string]any)
hello_agents/agents/tool_call_helpers.go:178
↓ 2 callersMethodARunWithTiming
(parameters map[string]any)
hello_agents/tools/base.go:38
↓ 2 callersMethodAddTool
(tool tools.Tool)
hello_agents/agents/react_agent.go:90
↓ 2 callersMethodArun
(inputText string, hooks Hooks, kwargs map[string]any)
hello_agents/core/agent.go:29
↓ 2 callersMethodArun
(inputText string, hooks core.Hooks, kwargs map[string]any)
hello_agents/agents/react_agent.go:261
↓ 2 callersMethodArunStream
(inputText string, kwargs map[string]any, hooks ...core.Hooks)
hello_agents/agents/simple_agent.go:289
↓ 2 callersMethodClear
()
hello_agents/tools/registry.go:331
↓ 2 callersMethodClearHistory
()
hello_agents/core/agent.go:32
← previousnext →101–200 of 1,096, ranked by callers