MCPcopy Create free account

hub / github.com/cloudwego/eino-examples / functions

Functions1,121 in github.com/cloudwego/eino-examples

↓ 1 callersFunctionNewWeatherAgent
()
adk/intro/transfer/subagents/chatmodel.go:36
↓ 1 callersFunctionNewWeatherTool
(ctx context.Context)
adk/human-in-the-loop/6_plan-execute-replan/tools.go:102
↓ 1 callersFunctionNewWeatherTool
NewWeatherTool Mock weather tool implementation
adk/multiagent/plan-execute-replan/tools/travel_tools.go:110
↓ 1 callersFunctionNewWebSearchAgent
(ctx context.Context)
adk/multiagent/deep/agents/web_search.go:30
↓ 1 callersFunctionNewWriterAgent
()
adk/intro/workflow/sequential/subagents/chatmodel.go:46
↓ 1 callersFunctionNewWriterAgent
()
adk/human-in-the-loop/3_feedback-loop/writer_agent.go:29
↓ 1 callersMethodPlanString
(n int)
adk/multiagent/deep/generic/full_plan.go:65
↓ 1 callersMethodPlanString
(n int)
adk/multiagent/integration-excel-agent/generic/full_plan.go:65
↓ 1 callersFunctionPrepareModel
(ctx context.Context)
quickstart/eino_assistant/pkg/tool/einotool/templates/http_agent/main.go:161
↓ 1 callersFunctionPrepareModel
(ctx context.Context)
quickstart/eino_assistant/pkg/tool/einotool/templates/react_agent/main.go:106
↓ 1 callersFunctionPrepareModel
(ctx context.Context, modelName, apiKey string)
quickstart/eino_assistant/pkg/tool/einotool/templates/simple_llm/main.go:120
↓ 1 callersFunctionPrepareTemplate
(ctx context.Context)
quickstart/eino_assistant/pkg/tool/einotool/templates/simple_llm/main.go:110
↓ 1 callersFunctionPrepareTools
(ctx context.Context)
quickstart/eino_assistant/pkg/tool/einotool/templates/http_agent/main.go:173
↓ 1 callersFunctionPrepareTools
(ctx context.Context)
quickstart/eino_assistant/pkg/tool/einotool/templates/react_agent/main.go:118
↓ 1 callersFunctionPreviewPath
(path string)
adk/multiagent/deep/generic/file_preview.go:44
↓ 1 callersFunctionPreviewPath
(path string)
adk/multiagent/integration-excel-agent/generic/file_preview.go:44
↓ 1 callersFunctionPtrOf
(v T)
adk/multiagent/deep/utils/utils.go:51
↓ 1 callersMethodQuery
Query performs a simple substring search on message contents for the session.
flow/agent/react/memory_example/memory/inmem.go:59
↓ 1 callersMethodQueryDishes
QueryDishes 根据餐厅的 id, 查询餐厅的菜品列表.
flow/agent/react/tools/service.go:74
↓ 1 callersMethodQueryRestaurants
QueryRestaurants 查询一个 location 的餐厅列表.
flow/agent/react/tools/service.go:54
↓ 1 callersMethodRead
Read returns decoded messages from Redis GET; returns nil if not found.
flow/agent/react/memory_example/memory/redis.go:47
↓ 1 callersFunctionRegisterAnyInputGraph
When using eino debugging plugin, in the input box, you need to specify the concrete type of 'any' in map[string]any. For example, you can input the f
devops/debug/graph/graph.go:85
↓ 1 callersFunctionRegisterSimpleChain
(ctx context.Context)
devops/debug/chain/chain.go:27
↓ 1 callersFunctionRegisterSimpleGraph
(ctx context.Context)
devops/debug/graph/graph.go:28
↓ 1 callersFunctionRegisterSimpleStateGraph
(ctx context.Context)
devops/debug/graph/state_graph.go:31
↓ 1 callersFunctionRepairJSON
(input string)
adk/multiagent/deep/utils/utils.go:84
↓ 1 callersFunctionRepairJSON
(input string)
adk/multiagent/integration-excel-agent/utils/utils.go:84
↓ 1 callersMethodRun
(ctx context.Context, input *adk.AgentInput, options ...adk.AgentRunOption, )
adk/human-in-the-loop/3_feedback-loop/reviewer_agent.go:56
↓ 1 callersFunctionRunAgent
(ctx context.Context, id, msg string)
quickstart/eino_assistant/cmd/einoagentcli/main.go:193
↓ 1 callersFunctionRunAgent
(ctx context.Context, id, msg string)
quickstart/eino_assistant/cmd/einoagent/agent/agent.go:107
↓ 1 callersMethodSet
(ctx context.Context, checkPointID string, checkPoint []byte)
flow/agent/manus/manus.go:465
↓ 1 callersMethodSet
(_ context.Context, _ string, checkPoint []byte)
adk/common/tool/graphtool/graph_tool.go:315
↓ 1 callersMethodStream
Stream implements model.BaseChatModel. Same logic as Generate but returns a stream reader.
flow/agent/react/dynamic_option_example/dynamic/model.go:90
↓ 1 callersMethodStream
(ctx context.Context, input []*schema.Message, opts ...model.Option)
components/model/abtest/ab_router.go:102
↓ 1 callersMethodStream
(ctx context.Context, input []*schema.Message, opts ...model.Option)
adk/human-in-the-loop/5_supervisor/agent.go:56
↓ 1 callersMethodToEinoTool
()
quickstart/eino_assistant/pkg/tool/open/open.go:58
↓ 1 callersMethodToEinoTool
()
quickstart/eino_assistant/pkg/tool/gitclone/gitclone.go:64
↓ 1 callersMethodToEinoTool
()
quickstart/eino_assistant/pkg/tool/task/task.go:122
↓ 1 callersMethodToEinoTool
()
quickstart/eino_assistant/pkg/tool/einotool/einotool.go:100
↓ 1 callersMethodUpdate
(task *Task)
quickstart/eino_assistant/pkg/tool/task/storage.go:167
↓ 1 callersFunctionUserText
UserText returns text only for user-role messages.
quickstart/chatwitheino/msgops/extract.go:91
↓ 1 callersFunctionValidateKind
ValidateKind rejects files written for a different message representation.
quickstart/chatwitheino/msgops/kind.go:75
↓ 1 callersFunctionWithComposeOptions
(opts ...compose.Option)
flow/agent/react/agentic/react.go:264
↓ 1 callersFunctionWithInnerOptions
WithInnerOptions passes compose.Option values to each inner task invocation. Use this for request-time options like: - compose.WithCallbacks: Add call
compose/batch/batch/options.go:43
↓ 1 callersFunctionWithMaxSize
(size int64)
components/document/parser/customparser/custom_parser.go:42
↓ 1 callersFunctionWithNewInput
(input string)
adk/intro/chatmodel/subagents/ask_for_clarification.go:32
↓ 1 callersFunctionWithNewInput
(input string)
adk/multiagent/integration-project-manager/agents/researcher.go:84
↓ 1 callersFunctionWithResponseFormatJsonSchema
(schema *openai.ChatCompletionResponseFormatJSONSchema)
adk/multiagent/integration-excel-agent/utils/model.go:124
↓ 1 callersMethodWithTools
(tools []*schema.ToolInfo)
components/model/abtest/ab_router.go:57
↓ 1 callersMethodWrite
Write encodes and stores messages for the given key.
flow/agent/react/memory_example/memory/inmem.go:39
↓ 1 callersFunctionWrite2PlanMD
(ctx context.Context, op commandline.Operator, wd string, plan []*FullPlan)
adk/multiagent/deep/generic/full_plan.go:80
↓ 1 callersFunctionagentInstruction
(reportPath string)
adk/agentic/research_assistant/prompt.go:21
↓ 1 callersFunctionagentInstruction
()
adk/agentic/retry_max_output_tokens/agent.go:60
↓ 1 callersFunctionagenticRunOptions
()
adk/agentic/research_assistant/model.go:95
↓ 1 callersFunctionagenticText
(msg *schema.AgenticMessage)
quickstart/chatwitheino/msgops/extract.go:277
↓ 1 callersFunctionanalyze_log
(file_path)
adk/middlewares/skill/workdir/skills/log_analyzer/scripts/analyze.py:4
↓ 1 callersFunctionappendJournal
create a specialist who can append text to the right local journal file
flow/agent/multiagent/host/journal/write_journal_specialist.go:34
↓ 1 callersFunctionappendNextPrompt
(ctx context.Context, browserTool *browseruse.Tool)
flow/agent/manus/manus.go:306
↓ 1 callersFunctionapplyBatchOptions
applyBatchOptions creates an options struct from the given Option functions.
compose/batch/batch/options.go:50
↓ 1 callersFunctionarkRunOptions
()
adk/agentic/research_assistant/model.go:104
↓ 1 callersFunctionbindTools
(ctx context.Context, cm model.ToolCallingChatModel, tools []tool.BaseTool)
flow/agent/manus/manus.go:289
↓ 1 callersFunctionbuildAccountAgent
(ctx context.Context)
adk/human-in-the-loop/5_supervisor/agent.go:84
↓ 1 callersFunctionbuildAnalysisAgent
(ctx context.Context, m model.ToolCallingChatModel)
adk/human-in-the-loop/7_deep-agents/agent.go:105
↓ 1 callersMethodbuildCurl
(req *http.Request, body []byte)
components/model/httptransport/curlrt.go:198
↓ 1 callersFunctionbuildDivideAgent
(ctx context.Context)
adk/multiagent/layered-supervisor/agent.go:169
↓ 1 callersFunctionbuildEndSpanFn
(span cozeloop.Span)
adk/common/trace/coze_loop.go:73
↓ 1 callersFunctionbuildFinancialSupervisor
(ctx context.Context)
adk/human-in-the-loop/5_supervisor/agent.go:197
↓ 1 callersFunctionbuildFullPlans
(plan *generic.Plan, executedSteps []planexecute.ExecutedStep, files []*generic.SubmitResultFile)
adk/multiagent/integration-excel-agent/agents/wrap_plan.go:121
↓ 1 callersFunctionbuildGraph
(ctx context.Context)
compose/graph/state/state_graph.go:115
↓ 1 callersFunctionbuildMathAgent
(ctx context.Context)
adk/multiagent/supervisor/agent.go:78
↓ 1 callersFunctionbuildMathAgent
(ctx context.Context)
adk/multiagent/layered-supervisor/agent.go:215
↓ 1 callersFunctionbuildMermaidHTML
(code string)
devops/visualize/mermaid.go:442
↓ 1 callersFunctionbuildMultiplyAgent
(ctx context.Context)
adk/multiagent/layered-supervisor/agent.go:123
↓ 1 callersFunctionbuildProjectExecutionAgent
(ctx context.Context)
adk/human-in-the-loop/8_supervisor-plan-execute/agent.go:155
↓ 1 callersFunctionbuildProjectManagerSupervisor
(ctx context.Context)
adk/human-in-the-loop/8_supervisor-plan-execute/agent.go:224
↓ 1 callersFunctionbuildResearchAgent
(ctx context.Context, m model.ToolCallingChatModel)
adk/human-in-the-loop/7_deep-agents/agent.go:83
↓ 1 callersFunctionbuildResearchAgent
(ctx context.Context)
adk/human-in-the-loop/8_supervisor-plan-execute/agent.go:98
↓ 1 callersFunctionbuildReturnDirectly
(graph *compose.Graph[[]*schema.AgenticMessage, *schema.AgenticMessage])
flow/agent/react/agentic/react.go:163
↓ 1 callersMethodbuildRunMessages
buildRunMessages prepends a context message so the agent knows about the project root and the session workspace. This message is never stored in histo
quickstart/chatwitheino/cmd/ch10/main.go:384
↓ 1 callersMethodbuildRunMessages
buildRunMessages prepends a context message so the agent knows about the project root and the session workspace. This message is never stored in histo
quickstart/chatwitheino/server/server.go:718
↓ 1 callersFunctionbuildSearchAgent
(ctx context.Context)
adk/multiagent/supervisor/agent.go:32
↓ 1 callersFunctionbuildSearchAgent
(ctx context.Context)
adk/multiagent/layered-supervisor/agent.go:32
↓ 1 callersFunctionbuildSubtractAgent
(ctx context.Context)
adk/multiagent/layered-supervisor/agent.go:77
↓ 1 callersFunctionbuildSupervisor
(ctx context.Context)
adk/multiagent/supervisor/agent.go:163
↓ 1 callersFunctionbuildSupervisor
(ctx context.Context)
adk/multiagent/layered-supervisor/agent.go:267
↓ 1 callersFunctionbuildTools
(reportPath string)
adk/agentic/research_assistant/tools.go:38
↓ 1 callersFunctionbuildTools
()
adk/agentic/retry_max_output_tokens/tools.go:33
↓ 1 callersFunctionbuildTransactionAgent
(ctx context.Context)
adk/human-in-the-loop/5_supervisor/agent.go:138
↓ 1 callersFunctionbuildWorkflow
buildWorkflow constructs the RAG compose.Workflow (uncompiled). graphtool.NewInvokableGraphTool compiles it per invocation.
quickstart/chatwitheino/rag/rag.go:122
↓ 1 callersFunctioncloneMap
(in map[string]any)
quickstart/chatwitheino/msgops/normalize.go:119
↓ 1 callersFunctioncloseAddDialog
()
quickstart/eino_assistant/cmd/einoagent/task/web/script.js:206
↓ 1 callersFunctioncloseEditDialog
()
quickstart/eino_assistant/cmd/einoagent/task/web/script.js:222
↓ 1 callersFunctioncompactJSON
(s string)
quickstart/chatwitheino/helpers/eventloop.go:182
↓ 1 callersFunctioncomposeAgent
(ctx context.Context, cm model.BaseChatModel, browserTool *browseruse.Tool, tools []tool.BaseTool, )
flow/agent/manus/manus.go:165
↓ 1 callersFunctioncomposeGraph
(ctx context.Context, tpl prompt.ChatTemplate, cm model.ToolCallingChatModel, tn *compose.ToolsNode, store com
compose/graph/react_with_interrupt/main.go:171
↓ 1 callersFunctionconnectLogStream
()
quickstart/eino_assistant/cmd/einoagent/agent/web/script.js:175
↓ 1 callersFunctionconsistentHashing
(s string, min, max int)
adk/human-in-the-loop/7_deep-agents/tools.go:175
↓ 1 callersFunctioncontains
contains is a helper function to check if a slice contains a string
flow/agent/multiagent/plan_execute/tools/theme_park.go:394
↓ 1 callersFunctionconvertMessagesForArk
(messages []*schema.Message)
flow/agent/multiagent/plan_execute/compose.go:281
↓ 1 callersFunctionconvertMessagesForDeepSeek
(messages []*schema.Message)
flow/agent/multiagent/plan_execute/compose.go:254
← previousnext →401–500 of 1,121, ranked by callers