MCPcopy Create free account

hub / github.com/MagicCube/helixent / functions

Functions222 in github.com/MagicCube/helixent

Methodconstructor
({ baseURL, apiKey }: { baseURL?: string; apiKey?: string } = {})
src/community/openai/model-provider.ts:24
Methodconstructor
* Creates a new agent. * @param name - The name of the agent. * @param model - The model to use to invoke the agent. * @param context - The c
src/agent/agent.ts:65
FunctionemptyAllowList
()
src/coding/permissions/coding-approval-middleware.ts:7
FunctiongetLatestTodoSnapshotKey
(messages: NonSystemMessage[])
src/cli/tui/todo-view.ts:30
FunctiongetLatestTodos
(messages: NonSystemMessage[])
src/cli/tui/todo-view.ts:114
FunctiongoFromModelName
()
src/cli/bootstrap/model-wizard.tsx:84
Methodinvoke
* Invokes the model with the given messages. * @param messages - The messages to send to the model. * @param tools - The tools to use to invoke
src/foundation/models/model.ts:35
Methodinvoke
(params: ModelProviderInvokeParams)
src/community/anthropic/model-provider.ts:29
Methodinvoke
({ model, messages, tools, options, signal, }: { model: string; messages: Messag
src/community/openai/model-provider.ts:31
FunctionisWithinDirectory
(root: string, target: string)
src/coding/tools/tool-utils.ts:32
Methodmessages
* Gets the messages for the agent.
src/agent/agent.ts:96
FunctiononAbort
()
src/coding/tools/grep-search.ts:48
Methodprompt
* Gets or sets the prompt for the agent.
src/agent/agent.ts:103
Functionrespond
(decision: ApprovalDecision)
src/cli/tui/hooks/use-approval-manager.ts:15
FunctionrespondWithAnswers
(result: AskUserQuestionResult)
src/cli/tui/hooks/use-ask-user-question-manager.ts:18
Methodstream
* Streams the model response, yielding accumulated snapshots. * @param context - The context to send to the model. * @returns The stream of resp
src/foundation/models/model.ts:45
Methodstream
(params: ModelProviderInvokeParams)
src/community/anthropic/model-provider.ts:36
Methodstream
({ model, messages, tools, options, signal, }: { model: string; messages: Messag
src/community/openai/model-provider.ts:51
Methodstream
* Runs the agent. * @param message - The message to send to the agent. * @returns The response from the agent. If the agent ran successfully, th
src/agent/agent.ts:140
Methodstreaming
* Gets whether the agent is streaming.
src/agent/agent.ts:124
FunctiontoSkillCommand
(skill: SkillFrontmatter)
src/cli/tui/command-registry.ts:165
Methodtools
* Gets the tools for the agent.
src/agent/agent.ts:113
← previous201–222 of 222, ranked by callers