MCPcopy Create free account

hub / github.com/agenticsorg/edge-agents / functions

Functions1,315 in github.com/agenticsorg/edge-agents

↓ 1 callersFunctionrenderCsv
* Render CSV * @param results Benchmark results
scripts/sparc-bench/src/cli/renderer.ts:114
↓ 1 callersFunctionrenderGithubAnnotation
* Render GitHub annotation * @param results Benchmark results
scripts/sparc-bench/src/cli/renderer.ts:139
↓ 1 callersFunctionrenderJson
* Render JSON * @param results Benchmark results
scripts/sparc-bench/src/cli/renderer.ts:94
↓ 1 callersFunctionrenderTable
* Render table * @param results Benchmark results
scripts/sparc-bench/src/cli/renderer.ts:42
↓ 1 callersFunctionreverseString
* Reverses a string * @param {string} str - The string to reverse * @returns {string} The reversed string
scripts/sparc2/string-utils.js:10
↓ 1 callersMethodrotateModel
* Rotate to the next model
scripts/gemini-tumbler/src/agent/tumblerService.ts:114
↓ 1 callersFunctionrun
()
scripts/gemini-tumbler/tests/test-gemini-2.5-pro-exp.js:76
↓ 1 callersFunctionrun
()
scripts/gemini-tumbler/tests/test-gemini-npm.js:75
↓ 1 callersFunctionrun
()
scripts/gemini-tumbler/tests/test-gemini-npm-streaming.js:75
↓ 1 callersFunctionrun
()
scripts/gemini-tumbler/tests/test-gemini-1.5-pro.js:75
↓ 1 callersFunctionrun
()
scripts/gemini-tumbler/tests/test-gemini-2.5-pro-exp-simple.js:77
↓ 1 callersFunctionrun
()
scripts/gemini-tumbler/tests/test-gemini-generate.js:76
↓ 1 callersFunctionrunAgent
* Runs the ReACT agent loop for a given user query. * @param query - The user's question or command for the agent. * @returns The final answer from
supabase/functions/agentic_inbox_agent/index.ts:134
↓ 1 callersFunctionrunAgentLoopStreamed
( agent: Agent, input: string, context: Context, config?: AgentRunConfig )
scripts/agents/openai-agent/agent.ts:325
↓ 1 callersFunctionrunAgentLoopStreamed
( agent: Agent, input: string, context: Context, config?: AgentRunConfig )
supabase/functions/openai-agent-sdk/index.ts:325
↓ 1 callersFunctionrunAllTasks
* Run all HumanEval tasks in parallel * @param tasks Array of HumanEval tasks
scripts/sparc2/tests/humaneval-test.ts:163
↓ 1 callersFunctionrunBenchmark
* Run a benchmark with the specified configuration
scripts/sparc-bench/src/benchmarks/optimized-benchmark-manager.ts:68
↓ 1 callersFunctionrunBenchmarkWithRunner
* Run a benchmark with the appropriate runner based on its type
scripts/sparc-bench/src/benchmarks/optimized-benchmark-manager.ts:163
↓ 1 callersMethodrunBenchmarks
* Run multiple benchmarks in sequence * @param configs Array of benchmark configurations * @param options Benchmark options * @returns Promis
scripts/sparc-bench/src/benchmarks/benchmark-manager.ts:55
↓ 1 callersFunctionrunCliFallback
* Fallback to running the CLI using Node.js
scripts/sparc2/sparc2-cli-wrapper.js:174
↓ 1 callersFunctionrunCliWithDeno
* Run the CLI using Deno directly with the TypeScript source
scripts/sparc2/sparc2-cli-wrapper.js:124
↓ 1 callersFunctionrunExample
()
scripts/vectorstore/04-sparc2-vector-store-implementation.ts:295
↓ 1 callersFunctionrunExample
()
scripts/sparc2/scripts/e2b-example/e2b-sandbox.ts:19
↓ 1 callersFunctionrunExample
()
scripts/sparc2/scripts/e2b-example/e2b-default.ts:22
↓ 1 callersFunctionrunExample
()
scripts/sparc2/scripts/e2b-example/e2b-simple.ts:21
↓ 1 callersFunctionrunExample
()
scripts/sparc2/scripts/e2b-example/e2b-example.ts:22
↓ 1 callersFunctionrunFullMcpServer
* Run the full MCP server wrapper
scripts/sparc2/sparc2-mcp-wrapper.js:191
↓ 1 callersFunctionrunHumanEval
( config: BenchmarkConfig, options: BenchmarkOptions = {} )
scripts/sparc-bench/src/benchmarks/humaneval-runner.ts:17
↓ 1 callersFunctionrunHumanEvalTask
* Run SPARC2 on a HumanEval problem * @param taskId The ID of the HumanEval task to run
scripts/sparc2/scripts/examples/humaneval.test.ts:19
↓ 1 callersFunctionrunHumanEvalTask
* Run a single HumanEval task * @param task The HumanEval task to run * @returns Promise that resolves when the task is complete
scripts/sparc2/tests/humaneval-test.ts:25
↓ 1 callersFunctionrunReActAgent
(query: string)
supabase/functions/agent_alpha/index.ts:209
↓ 1 callersFunctionrunReActAgent
(query: string)
supabase/functions/agent_beta/index.ts:186
↓ 1 callersFunctionrunRedCode
( config: BenchmarkConfig, options: BenchmarkOptions = {} )
scripts/sparc-bench/src/benchmarks/redcode-runner.ts:18
↓ 1 callersFunctionrunSWEBench
( config: BenchmarkConfig, options: BenchmarkOptions = {} )
scripts/sparc-bench/src/benchmarks/swebench-runner.ts:17
↓ 1 callersFunctionrunSecurityScan
()
supabase/functions/security-scanner/examples/scan-example.ts:12
↓ 1 callersFunctionrunSimplifiedCli
* Run a simplified version of the CLI directly
scripts/sparc2/sparc2-cli-wrapper.js:215
↓ 1 callersFunctionrunSimplifiedMcpServer
* Run a simplified MCP server directly
scripts/sparc2/sparc2-mcp-wrapper.js:84
↓ 1 callersFunctionrunSparcBench
( configPath: string, options: { outputFormat?: OutputFormat; outputFile?: string; verbose?: b
scripts/sparc-bench/sparc-bench.ts:26
↓ 1 callersMethodrunTasks
* Runs tasks with the specified configuration * * @param tasks - Tasks to run * @param agentSize - Size of the agent * @param stepCount -
scripts/sparc-bench/src/metrics/agentic-evaluator.ts:134
↓ 1 callersMethodrunTasksWithSwarm
* Runs tasks with a swarm of agents * * @param tasks - Tasks to run * @param agentSize - Size of the agent * @param stepCount - Number of
scripts/sparc-bench/src/metrics/agentic-evaluator.ts:309
↓ 1 callersFunctionrunTest
(description, a, b, result, expected, isApproximate = false)
scripts/sparc2/test-file.js:95
↓ 1 callersFunctionrunTest
()
scripts/agents/openai-agent/test-file-search.ts:24
↓ 1 callersFunctionrunTests
()
scripts/gemini-tumbler/tests/openai-compatibility-test.ts:142
↓ 1 callersFunctionrunTests
()
scripts/sparc2/test-file.js:72
↓ 1 callersFunctionrunTests
()
scripts/sparc2/src/agent/comprehensive-test.ts:4
↓ 1 callersFunctionrunTests
* Run all tests in parallel
scripts/sparc2/tests/cli-test.ts:73
↓ 1 callersFunctionrunTests
()
supabase/functions/calendly/test.ts:68
↓ 1 callersFunctionrun_all_tests
Run all tests.
scripts/agents/devops/tests/custom/run_all_tests.py:19
↓ 1 callersFunctionrun_all_tests
Run all OpenAI Agents tests.
scripts/agents/devops/tests/custom/run_all_openai_agents_tests.py:16
↓ 1 callersFunctionrun_all_tests
Run all CLI tests.
scripts/agents/devops/tests/custom/run_all_cli_tests.py:21
↓ 1 callersFunctionrun_deployment_example
Run an example conversation with the deployment agent.
scripts/agents/devops/examples/openai_agents_deployment_example.py:329
↓ 1 callersFunctionrun_ec2_agent_example
Run an example conversation with the EC2 agent.
scripts/agents/devops/examples/openai_agents_ec2_example.py:238
↓ 1 callersFunctionrun_github_agent_example
Run an example conversation with the GitHub agent.
scripts/agents/devops/examples/openai_agents_github_example.py:322
↓ 1 callersMethodrun_streamed
( agent: Agent, inputs: string[], config?: AgentRunConfig )
scripts/agents/openai-agent/agent.ts:455
↓ 1 callersMethodrun_streamed
( agent: Agent, inputs: string[], config?: AgentRunConfig )
supabase/functions/openai-agent-sdk/index.ts:455
↓ 1 callersFunctionscanDependencies
( files: { path: string; content: string }[] )
supabase/functions/security-scanner/index.ts:282
↓ 1 callersFunctionscanForSecrets
( files: { path: string; content: string }[] )
supabase/functions/security-scanner/index.ts:232
↓ 1 callersFunctionsearchDiffEntries
( query: string, maxResults: number = 5 )
scripts/vectorstore/04-sparc2-vector-store-implementation.ts:155
↓ 1 callersFunctionsearchDiffEntries
* Search for diff entries similar to the query * @param query Search query * @param maxResults Maximum number of results to return * @returns Array
scripts/vectorstore/08-sparc2-vector-store-implementation.ts:148
↓ 1 callersFunctionsearchFiles
(vectorStoreId: string, query: string, maxResults = 5, useWebSearch = false)
scripts/agents/openai-agent/file-search.ts:91
↓ 1 callersFunctionsearchLatestCVEs
( packageName: string, version: string )
supabase/functions/security-scanner/index.ts:548
↓ 1 callersFunctionsearchLogEntries
( query: string, maxResults: number = 5 )
scripts/vectorstore/04-sparc2-vector-store-implementation.ts:215
↓ 1 callersFunctionsearchLogEntries
* Search for log entries similar to the query * @param query Search query * @param maxResults Maximum number of results to return * @returns Array
scripts/vectorstore/08-sparc2-vector-store-implementation.ts:207
↓ 1 callersFunctionsearchVectorStore
* Search for files in a vector store * @param vectorStoreId Vector store ID * @param query Search query * @param maxResults Maximum number of resul
scripts/vectorstore/03-search-vector-store.ts:113
↓ 1 callersFunctionsearchVectorStore
* Search for files in a vector store * @param vectorStoreId Vector store ID * @param query Search query * @param maxResults Maximum number of resul
scripts/vectorstore/07-search-vector-store-example.ts:110
↓ 1 callersMethodselectKeyLeastUtilized
* Select a key using least-utilized strategy
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:325
↓ 1 callersMethodselectKeyPredictive
* Select a key using predictive strategy
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:354
↓ 1 callersMethodselectKeyRoundRobin
* Select a key using round-robin strategy
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:262
↓ 1 callersMethodselectRelevantAgents
(agents: ResearchAgent[], query: string, count: number)
scripts/agentic-mcp/src/mcp/tools/research.ts:219
↓ 1 callersMethodsendContributionToEndpoint
* Send a contribution to the configured endpoint * @param contribution The contribution to send
scripts/gemini-tumbler/src/utils/contributionManager.ts:145
↓ 1 callersFunctionsendEmailNotification
( agentName: string, message: string, recipient: string = DEFAULT_RECIPIENT )
supabase/functions/security-scanner/email-service.ts:46
↓ 1 callersFunctionsendFeedbackRequest
(agentName: string, message: string, recipient: string)
supabase/functions/resend/index.ts:149
↓ 1 callersFunctionsendFeedbackRequest
( agentName: string, message: string, recipient: string = DEFAULT_RECIPIENT )
supabase/functions/security-scanner/email-service.ts:126
↓ 1 callersMethodsendFeedbackToEndpoint
* Send feedback to the configured endpoint * @param id The ID of the contribution * @param feedback The feedback to send
scripts/gemini-tumbler/src/utils/contributionManager.ts:182
↓ 1 callersFunctionsendMessage
(recipient: string, content: string)
supabase/functions/agent-manager/send-message.ts:33
↓ 1 callersMethodserve
()
scripts/agentic-mcp/src/mcp/server.ts:213
↓ 1 callersFunctionsetConfigValue
* Set configuration value * @param key Configuration key * @param value Configuration value
scripts/sparc2/src/cli/cli.ts:391
↓ 1 callersMethodsetSecurityLevel
* Set security level * @param level Security level
scripts/sparc-bench/src/metrics/security-evaluator.ts:34
↓ 1 callersMethodsetState
(key: K, value: AgentState[K])
scripts/agentic-mcp/src/mcp/context.ts:45
↓ 1 callersMethodsetState
(key: K, value: AgentState[K])
scripts/agents/openai-agent/agent.ts:110
↓ 1 callersMethodsetState
(key: K, value: AgentState[K])
supabase/functions/openai-agent-sdk/index.ts:110
↓ 1 callersMethodsetupErrorHandling
()
scripts/agentic-mcp/src/mcp/server.ts:201
↓ 1 callersMethodsetupMiddleware
* Set up middleware for the application
scripts/gemini-tumbler/src/api/server.ts:72
↓ 1 callersMethodsetupRealtimeChannels
()
supabase/functions/mcp-server/tests/core/server.test.ts:29
↓ 1 callersMethodsetupRequestHandlers
()
scripts/agentic-mcp/src/mcp/server.ts:107
↓ 1 callersMethodsetupRequestHandlers
()
scripts/agents/mcp-hello/src/index.ts:30
↓ 1 callersFunctionsetupResources
(server: Server)
supabase/functions/mcp-server/tests/integration/end-to-end.test.ts:107
↓ 1 callersMethodsetupRoutes
* Set up routes for the application
scripts/gemini-tumbler/src/api/server.ts:122
↓ 1 callersFunctionsetupTools
(server: Server)
supabase/functions/mcp-server/tests/integration/end-to-end.test.ts:78
↓ 1 callersFunctionsetup_deploy_parser
Set up the argument parser for deployment commands.
scripts/agents/devops/src/cli.py:203
↓ 1 callersFunctionsetup_ec2_parser
Set up the argument parser for EC2 commands.
scripts/agents/devops/src/cli.py:118
↓ 1 callersFunctionsetup_github_parser
Set up the argument parser for GitHub commands.
scripts/agents/devops/src/cli.py:173
↓ 1 callersFunctionshowDiagnostics
* Display diagnostic information
scripts/sparc2/sparc2-cli-wrapper.js:314
↓ 1 callersMethodstartHealthRecovery
* Start the health recovery timer
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:386
↓ 1 callersFunctionstartHttpServer
()
scripts/sparc2/src/mcp/mcpServerWrapper.js:99
↓ 1 callersFunctionstartSPARC2API
()
scripts/sparc2/examples/sse-streaming.js:74
↓ 1 callersFunctionstart_ec2_instances
Mock start_ec2_instances function.
scripts/agents/devops/tests/test_openai_agents_ec2.py:67
↓ 1 callersFunctionstart_ec2_instances
Mock start_ec2_instances function.
scripts/agents/devops/tests/custom/test_openai_agents_ec2.py:68
↓ 1 callersFunctionstart_ec2_instances
Start EC2 instances.
scripts/agents/devops/tests/custom/test_openai_agents_components.py:194
↓ 1 callersFunctionstart_ec2_instances
Start EC2 instances. Args: request: Parameters for starting EC2 instances Returns: Result of the start oper
scripts/agents/devops/examples/openai_agents_ec2_example.py:103
← previousnext →601–700 of 1,315, ranked by callers