Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwego/eino
/ functions
Functions
3,994 in github.com/cloudwego/eino
⨍
Functions
3,994
◇
Types & classes
1,204
Function
TestNewSupervisor
TestNewSupervisor tests the New function
adk/prebuilt/supervisor/supervisor_test.go:40
Function
TestNewTool
(t *testing.T)
components/tool/utils/invokable_func_test.go:265
Function
TestNewTurnLoop_ConcurrentPushAndRun
(t *testing.T)
adk/turn_loop_test.go:2833
Function
TestNewTurnLoop_NilGenInput_Panics
(t *testing.T)
adk/turn_loop_test.go:4827
Function
TestNewTurnLoop_NilPrepareAgent_Panics
(t *testing.T)
adk/turn_loop_test.go:4835
Function
TestNewTurnLoop_PushBeforeRun
Tests for NewTurnLoop: the permissive API where Push, Stop, and Wait are all valid on a not-yet-running loop.
adk/turn_loop_test.go:2736
Function
TestNewTurnLoop_RunIsIdempotent
(t *testing.T)
adk/turn_loop_test.go:2808
Function
TestNewTurnLoop_WaitBeforeRun
(t *testing.T)
adk/turn_loop_test.go:2775
Function
TestNewTypedAgenticMessage
(t *testing.T)
adk/middlewares/dynamictool/toolsearch/toolsearch_test.go:1030
Function
TestNewTypedAgenticMessage
(t *testing.T)
adk/middlewares/skill/skill_test.go:1344
Function
TestNewTypedAgenticMessage
(t *testing.T)
adk/middlewares/agentsmd/agentsmd_test.go:1350
Function
TestNewTypedAgenticMessage
(t *testing.T)
adk/middlewares/plantask/plantask_test.go:127
Function
TestNewTypedAgenticMessage
(t *testing.T)
adk/middlewares/patchtoolcalls/patchtoolcalls_test.go:31
Function
TestNewTypedAgenticMessage
(t *testing.T)
adk/middlewares/summarization/summarization_test.go:1850
Function
TestNewTypedAgenticMessage
(t *testing.T)
adk/middlewares/reduction/reduction_test.go:2753
Function
TestNew_StreamingShell
(t *testing.T)
adk/middlewares/filesystem/filesystem_test.go:1951
Function
TestNew_Validation
--- tests ---
adk/middlewares/agentsmd/agentsmd_test.go:75
Function
TestNew_Validation_EmptyAgentFiles
(t *testing.T)
adk/middlewares/agentsmd/agentsmd_test.go:910
Function
TestNilValue
(t *testing.T)
compose/workflow_test.go:1131
Function
TestNonExistentToolInAliasConfig
(t *testing.T)
compose/tool_alias_test.go:293
Function
TestOnStartCalledOncePerAgentWithDesignation
(t *testing.T)
adk/callback_integration_test.go:971
Function
TestOptionWithToolListAndToolAliases
(t *testing.T)
compose/tool_alias_test.go:1102
Function
TestOptions
(t *testing.T)
components/model/option_test.go:27
Function
TestOptions
(t *testing.T)
components/indexer/option_test.go:27
Function
TestOptions
(t *testing.T)
components/embedding/option_test.go:25
Function
TestOptions
(t *testing.T)
components/retriever/option_test.go:27
Function
TestPanicErr
(t *testing.T)
internal/safe/panic_test.go:25
Function
TestParallelAgent
TestParallelAgent tests the parallel workflow agent
adk/workflow_test.go:234
Function
TestParallelModels
(t *testing.T)
compose/chain_test.go:340
Function
TestParallelMultiNodes
(t *testing.T)
compose/chain_test.go:551
Function
TestParallelReturnDirectlyToolCall
(t *testing.T)
adk/chatmodel_test.go:1055
Function
TestParallelWorkflowResumeWithEvents
(t *testing.T)
adk/workflow_test.go:518
Function
TestParamsOneOfToJSONSchema
(t *testing.T)
schema/tool_test.go:31
Function
TestParentIndexer
(t *testing.T)
flow/indexer/parent/parent_test.go:64
Function
TestParentRetriever
(t *testing.T)
flow/retriever/parent/parent_test.go:44
Function
TestParseFrontmatter
(t *testing.T)
adk/middlewares/skill/filesystem_backend_test.go:332
Function
TestParseTypeName
(t *testing.T)
internal/generic/type_name_test.go:26
Function
TestParser
(t *testing.T)
components/document/parser/parser_test.go:38
Function
TestPatchToolCallsAgenticToolSearchResult
(t *testing.T)
adk/middlewares/patchtoolcalls/patchtoolcalls_test.go:285
Function
TestPatchToolCallsGeneric
(t *testing.T)
adk/middlewares/patchtoolcalls/patchtoolcalls_test.go:280
Function
TestPatchToolCalls_AgenticMessage_NilBlockInUserMessage
TestPatchToolCalls_AgenticMessage_NilBlockInUserMessage verifies the middleware handles a User Agentic Message with nil ContentBlock without panicking
adk/middlewares/patchtoolcalls/patchtoolcalls_test.go:358
Function
TestPatchToolCalls_NilFunctionToolCallInBlock
TestPatchToolCalls_NilFunctionToolCallInBlock verifies the middleware handles a ContentBlock with Type=FunctionToolCall but FunctionToolCall=nil witho
adk/middlewares/patchtoolcalls/patchtoolcalls_test.go:317
Function
TestPersistRerunInputBackwardCompatibility
(t *testing.T)
compose/checkpoint_test.go:1820
Function
TestPersistRerunInputNonStream
(t *testing.T)
compose/checkpoint_test.go:1594
Function
TestPersistRerunInputStream
(t *testing.T)
compose/checkpoint_test.go:1655
Function
TestPersistRerunInputSubGraph
(t *testing.T)
compose/checkpoint_test.go:1867
Function
TestPersistRerunInputWithPreHandler
(t *testing.T)
compose/checkpoint_test.go:1751
Function
TestPlanExecuteAgentInterruptResume
(t *testing.T)
adk/prebuilt/planexecute/plan_execute_test.go:785
Function
TestPlanExecuteAgentWithReplan
(t *testing.T)
adk/prebuilt/planexecute/plan_execute_test.go:575
Function
TestPlannerRunWithFormattedOutput
TestPlannerRunWithFormattedOutput tests the Run method of a planner created with ChatModelWithFormattedOutput
adk/prebuilt/planexecute/plan_execute_test.go:96
Function
TestPlannerRunWithToolCalling
TestPlannerRunWithToolCalling tests the Run method of a planner created with ToolCallingChatModel
adk/prebuilt/planexecute/plan_execute_test.go:151
Function
TestPopulateInterruptState
(t *testing.T)
internal/core/interrupt_test.go:873
Function
TestPopulateUserMessagesInternal
(t *testing.T)
adk/middlewares/summarization/summarization_test.go:1156
Function
TestPostProcessSummary
(t *testing.T)
adk/middlewares/summarization/summarization_test.go:1410
Function
TestPreHandlerInterrupt
(t *testing.T)
compose/checkpoint_test.go:1383
Function
TestPreemptController_AbortPlanningTurnAcksUnconsumedRequest
(t *testing.T)
adk/turn_loop_test.go:3124
Function
TestPreemptController_BeginActiveTurnNotifiesExistingPending
(t *testing.T)
adk/turn_loop_test.go:3446
Function
TestPreemptController_BeginPushSnapshotsActiveTurn
(t *testing.T)
adk/turn_loop_test.go:3024
Function
TestPreemptController_BeginPushSnapshotsPlanningTurn
(t *testing.T)
adk/turn_loop_test.go:3009
Function
TestPreemptController_CloseForLoopExitDuringDelayedPreempt
(t *testing.T)
adk/turn_loop_test.go:3276
Function
TestPreemptController_ConcurrentBeginPushAndWaitForPushes
(t *testing.T)
adk/turn_loop_test.go:3321
Function
TestPreemptController_ConcurrentPreemptRequestsMergeAndAck
(t *testing.T)
adk/turn_loop_test.go:3244
Function
TestPreemptController_DelayedPreemptTargetGoneBetweenTurns
(t *testing.T)
adk/turn_loop_test.go:3406
Function
TestPreemptController_EndActiveTurnAcksUnconsumedRequest
(t *testing.T)
adk/turn_loop_test.go:3142
Function
TestPreemptController_EndActiveTurnDoesNotAckConsumedRequest
(t *testing.T)
adk/turn_loop_test.go:3161
Function
TestPreemptController_EndPushWithoutBeginPushPanics
(t *testing.T)
adk/turn_loop_test.go:3434
Function
TestPreemptController_MergeImmediateOverridesTimeout
(t *testing.T)
adk/turn_loop_test.go:3374
Function
TestPreemptController_MultipleRequestsBeforeReceiveMergeAcksAndUseMergedOpts
(t *testing.T)
adk/turn_loop_test.go:3216
Function
TestPreemptController_RejectsInvalidTurnPhaseTransitions
(t *testing.T)
adk/turn_loop_test.go:3053
Function
TestPreemptController_RequestPreemptAfterCloseForLoopExit
(t *testing.T)
adk/turn_loop_test.go:3302
Function
TestPreemptController_RequestPreemptForActiveTurnIsConsumedOnce
(t *testing.T)
adk/turn_loop_test.go:3100
Function
TestPreemptController_RequestPreemptForPlanningTurnIsConsumedAfterActivation
(t *testing.T)
adk/turn_loop_test.go:3078
Function
TestPreemptController_RequestPreemptIdleTurnAcksImmediately
(t *testing.T)
adk/turn_loop_test.go:3040
Function
TestPreemptController_RequestPreemptWithNilAck
(t *testing.T)
adk/turn_loop_test.go:3353
Function
TestPreemptController_TargetTurnMismatchAcksImmediately
(t *testing.T)
adk/turn_loop_test.go:3180
Function
TestPreemptController_WaitForPushesBlocksUntilPushEnds
(t *testing.T)
adk/turn_loop_test.go:3196
Function
TestPregelEnd
(t *testing.T)
compose/graph_test.go:999
Function
TestPreprocessADKCheckpoint
(t *testing.T)
adk/interrupt_test.go:41
Function
TestPreprocessComposeCheckpoint_MigrateErrorIsReturned
(t *testing.T)
adk/chatmodel_test.go:2057
Function
TestPreserveSkillsConfigCheck
(t *testing.T)
adk/middlewares/summarization/finalizer_builder_test.go:172
Function
TestPreserveSkillsViaBuilder
(t *testing.T)
adk/middlewares/summarization/finalizer_builder_test.go:231
Function
TestPrintTasks
(t *testing.T)
compose/graph_test.go:1969
Function
TestProcessStateInOnStartDuringResume
(t *testing.T)
compose/resume_test.go:116
Function
TestRRF
(t *testing.T)
flow/retriever/router/router_test.go:114
Function
TestReact
(t *testing.T)
flow/agent/react/react_test.go:40
Function
TestReact
TestReact tests the newReact function with different scenarios
adk/react_test.go:100
Function
TestReactHistory_EmptyMessages
(t *testing.T)
adk/react_test.go:647
Function
TestReactStream
(t *testing.T)
flow/agent/react/react_test.go:193
Function
TestReactWithMessageRewriterAndModifier
(t *testing.T)
flow/agent/react/react_test.go:131
Function
TestReactWithModifier
(t *testing.T)
flow/agent/react/react_test.go:399
Function
TestReadFileTool
(t *testing.T)
adk/middlewares/filesystem/filesystem_test.go:121
Function
TestReadFileTool_DefaultLimit
(t *testing.T)
adk/middlewares/filesystem/filesystem_test.go:180
Function
TestReadFileTool_NilResult
TestReadFileTool_NilResult verifies that newReadFileTool does not panic when Backend.Read returns nil, and emits a human-readable fallback message ins
adk/middlewares/filesystem/filesystem_test.go:2578
Function
TestReductionGeneric
--------------------------------------------------------------------------- Top-level test -----------------------------------------------------------
adk/middlewares/reduction/reduction_generic_test.go:870
Function
TestReductionMiddlewareClear
(t *testing.T)
adk/middlewares/reduction/reduction_test.go:312
Function
TestReductionMiddlewareEnhancedTrunc
(t *testing.T)
adk/middlewares/reduction/reduction_test.go:1814
Function
TestReductionMiddlewareTrunc
(t *testing.T)
adk/middlewares/reduction/reduction_test.go:57
Function
TestReentryForResumedTools
(t *testing.T)
compose/resume_test.go:628
Function
TestRegister
(t *testing.T)
schema/serialization_test.go:104
Function
TestRegisterStructWithUUIDField
TestRegisterStructWithUUIDField reproduces issue #607 uuid.UUID is a [16]byte array. Prior to the fix, calling schema.RegisterName on a struct with a
schema/serialization_test.go:170
← previous
next →
3,201–3,300 of 3,994, ranked by callers