Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/edge-agents
/ functions
Functions
1,315 in github.com/agenticsorg/edge-agents
⨍
Functions
1,315
◇
Types & classes
471
↳
Endpoints
32
↓ 1 callers
Function
renderCsv
* Render CSV * @param results Benchmark results
scripts/sparc-bench/src/cli/renderer.ts:114
↓ 1 callers
Function
renderGithubAnnotation
* Render GitHub annotation * @param results Benchmark results
scripts/sparc-bench/src/cli/renderer.ts:139
↓ 1 callers
Function
renderJson
* Render JSON * @param results Benchmark results
scripts/sparc-bench/src/cli/renderer.ts:94
↓ 1 callers
Function
renderTable
* Render table * @param results Benchmark results
scripts/sparc-bench/src/cli/renderer.ts:42
↓ 1 callers
Function
reverseString
* Reverses a string * @param {string} str - The string to reverse * @returns {string} The reversed string
scripts/sparc2/string-utils.js:10
↓ 1 callers
Method
rotateModel
* Rotate to the next model
scripts/gemini-tumbler/src/agent/tumblerService.ts:114
↓ 1 callers
Function
run
()
scripts/gemini-tumbler/tests/test-gemini-2.5-pro-exp.js:76
↓ 1 callers
Function
run
()
scripts/gemini-tumbler/tests/test-gemini-npm.js:75
↓ 1 callers
Function
run
()
scripts/gemini-tumbler/tests/test-gemini-npm-streaming.js:75
↓ 1 callers
Function
run
()
scripts/gemini-tumbler/tests/test-gemini-1.5-pro.js:75
↓ 1 callers
Function
run
()
scripts/gemini-tumbler/tests/test-gemini-2.5-pro-exp-simple.js:77
↓ 1 callers
Function
run
()
scripts/gemini-tumbler/tests/test-gemini-generate.js:76
↓ 1 callers
Function
runAgent
* 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 callers
Function
runAgentLoopStreamed
( agent: Agent, input: string, context: Context, config?: AgentRunConfig )
scripts/agents/openai-agent/agent.ts:325
↓ 1 callers
Function
runAgentLoopStreamed
( agent: Agent, input: string, context: Context, config?: AgentRunConfig )
supabase/functions/openai-agent-sdk/index.ts:325
↓ 1 callers
Function
runAllTasks
* Run all HumanEval tasks in parallel * @param tasks Array of HumanEval tasks
scripts/sparc2/tests/humaneval-test.ts:163
↓ 1 callers
Function
runBenchmark
* Run a benchmark with the specified configuration
scripts/sparc-bench/src/benchmarks/optimized-benchmark-manager.ts:68
↓ 1 callers
Function
runBenchmarkWithRunner
* Run a benchmark with the appropriate runner based on its type
scripts/sparc-bench/src/benchmarks/optimized-benchmark-manager.ts:163
↓ 1 callers
Method
runBenchmarks
* 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 callers
Function
runCliFallback
* Fallback to running the CLI using Node.js
scripts/sparc2/sparc2-cli-wrapper.js:174
↓ 1 callers
Function
runCliWithDeno
* Run the CLI using Deno directly with the TypeScript source
scripts/sparc2/sparc2-cli-wrapper.js:124
↓ 1 callers
Function
runExample
()
scripts/vectorstore/04-sparc2-vector-store-implementation.ts:295
↓ 1 callers
Function
runExample
()
scripts/sparc2/scripts/e2b-example/e2b-sandbox.ts:19
↓ 1 callers
Function
runExample
()
scripts/sparc2/scripts/e2b-example/e2b-default.ts:22
↓ 1 callers
Function
runExample
()
scripts/sparc2/scripts/e2b-example/e2b-simple.ts:21
↓ 1 callers
Function
runExample
()
scripts/sparc2/scripts/e2b-example/e2b-example.ts:22
↓ 1 callers
Function
runFullMcpServer
* Run the full MCP server wrapper
scripts/sparc2/sparc2-mcp-wrapper.js:191
↓ 1 callers
Function
runHumanEval
( config: BenchmarkConfig, options: BenchmarkOptions = {} )
scripts/sparc-bench/src/benchmarks/humaneval-runner.ts:17
↓ 1 callers
Function
runHumanEvalTask
* 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 callers
Function
runHumanEvalTask
* 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 callers
Function
runReActAgent
(query: string)
supabase/functions/agent_alpha/index.ts:209
↓ 1 callers
Function
runReActAgent
(query: string)
supabase/functions/agent_beta/index.ts:186
↓ 1 callers
Function
runRedCode
( config: BenchmarkConfig, options: BenchmarkOptions = {} )
scripts/sparc-bench/src/benchmarks/redcode-runner.ts:18
↓ 1 callers
Function
runSWEBench
( config: BenchmarkConfig, options: BenchmarkOptions = {} )
scripts/sparc-bench/src/benchmarks/swebench-runner.ts:17
↓ 1 callers
Function
runSecurityScan
()
supabase/functions/security-scanner/examples/scan-example.ts:12
↓ 1 callers
Function
runSimplifiedCli
* Run a simplified version of the CLI directly
scripts/sparc2/sparc2-cli-wrapper.js:215
↓ 1 callers
Function
runSimplifiedMcpServer
* Run a simplified MCP server directly
scripts/sparc2/sparc2-mcp-wrapper.js:84
↓ 1 callers
Function
runSparcBench
( configPath: string, options: { outputFormat?: OutputFormat; outputFile?: string; verbose?: b
scripts/sparc-bench/sparc-bench.ts:26
↓ 1 callers
Method
runTasks
* 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 callers
Method
runTasksWithSwarm
* 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 callers
Function
runTest
(description, a, b, result, expected, isApproximate = false)
scripts/sparc2/test-file.js:95
↓ 1 callers
Function
runTest
()
scripts/agents/openai-agent/test-file-search.ts:24
↓ 1 callers
Function
runTests
()
scripts/gemini-tumbler/tests/openai-compatibility-test.ts:142
↓ 1 callers
Function
runTests
()
scripts/sparc2/test-file.js:72
↓ 1 callers
Function
runTests
()
scripts/sparc2/src/agent/comprehensive-test.ts:4
↓ 1 callers
Function
runTests
* Run all tests in parallel
scripts/sparc2/tests/cli-test.ts:73
↓ 1 callers
Function
runTests
()
supabase/functions/calendly/test.ts:68
↓ 1 callers
Function
run_all_tests
Run all tests.
scripts/agents/devops/tests/custom/run_all_tests.py:19
↓ 1 callers
Function
run_all_tests
Run all OpenAI Agents tests.
scripts/agents/devops/tests/custom/run_all_openai_agents_tests.py:16
↓ 1 callers
Function
run_all_tests
Run all CLI tests.
scripts/agents/devops/tests/custom/run_all_cli_tests.py:21
↓ 1 callers
Function
run_deployment_example
Run an example conversation with the deployment agent.
scripts/agents/devops/examples/openai_agents_deployment_example.py:329
↓ 1 callers
Function
run_ec2_agent_example
Run an example conversation with the EC2 agent.
scripts/agents/devops/examples/openai_agents_ec2_example.py:238
↓ 1 callers
Function
run_github_agent_example
Run an example conversation with the GitHub agent.
scripts/agents/devops/examples/openai_agents_github_example.py:322
↓ 1 callers
Method
run_streamed
( agent: Agent, inputs: string[], config?: AgentRunConfig )
scripts/agents/openai-agent/agent.ts:455
↓ 1 callers
Method
run_streamed
( agent: Agent, inputs: string[], config?: AgentRunConfig )
supabase/functions/openai-agent-sdk/index.ts:455
↓ 1 callers
Function
scanDependencies
( files: { path: string; content: string }[] )
supabase/functions/security-scanner/index.ts:282
↓ 1 callers
Function
scanForSecrets
( files: { path: string; content: string }[] )
supabase/functions/security-scanner/index.ts:232
↓ 1 callers
Function
searchDiffEntries
( query: string, maxResults: number = 5 )
scripts/vectorstore/04-sparc2-vector-store-implementation.ts:155
↓ 1 callers
Function
searchDiffEntries
* 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 callers
Function
searchFiles
(vectorStoreId: string, query: string, maxResults = 5, useWebSearch = false)
scripts/agents/openai-agent/file-search.ts:91
↓ 1 callers
Function
searchLatestCVEs
( packageName: string, version: string )
supabase/functions/security-scanner/index.ts:548
↓ 1 callers
Function
searchLogEntries
( query: string, maxResults: number = 5 )
scripts/vectorstore/04-sparc2-vector-store-implementation.ts:215
↓ 1 callers
Function
searchLogEntries
* 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 callers
Function
searchVectorStore
* 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 callers
Function
searchVectorStore
* 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 callers
Method
selectKeyLeastUtilized
* Select a key using least-utilized strategy
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:325
↓ 1 callers
Method
selectKeyPredictive
* Select a key using predictive strategy
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:354
↓ 1 callers
Method
selectKeyRoundRobin
* Select a key using round-robin strategy
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:262
↓ 1 callers
Method
selectRelevantAgents
(agents: ResearchAgent[], query: string, count: number)
scripts/agentic-mcp/src/mcp/tools/research.ts:219
↓ 1 callers
Method
sendContributionToEndpoint
* Send a contribution to the configured endpoint * @param contribution The contribution to send
scripts/gemini-tumbler/src/utils/contributionManager.ts:145
↓ 1 callers
Function
sendEmailNotification
( agentName: string, message: string, recipient: string = DEFAULT_RECIPIENT )
supabase/functions/security-scanner/email-service.ts:46
↓ 1 callers
Function
sendFeedbackRequest
(agentName: string, message: string, recipient: string)
supabase/functions/resend/index.ts:149
↓ 1 callers
Function
sendFeedbackRequest
( agentName: string, message: string, recipient: string = DEFAULT_RECIPIENT )
supabase/functions/security-scanner/email-service.ts:126
↓ 1 callers
Method
sendFeedbackToEndpoint
* 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 callers
Function
sendMessage
(recipient: string, content: string)
supabase/functions/agent-manager/send-message.ts:33
↓ 1 callers
Method
serve
()
scripts/agentic-mcp/src/mcp/server.ts:213
↓ 1 callers
Function
setConfigValue
* Set configuration value * @param key Configuration key * @param value Configuration value
scripts/sparc2/src/cli/cli.ts:391
↓ 1 callers
Method
setSecurityLevel
* Set security level * @param level Security level
scripts/sparc-bench/src/metrics/security-evaluator.ts:34
↓ 1 callers
Method
setState
(key: K, value: AgentState[K])
scripts/agentic-mcp/src/mcp/context.ts:45
↓ 1 callers
Method
setState
(key: K, value: AgentState[K])
scripts/agents/openai-agent/agent.ts:110
↓ 1 callers
Method
setState
(key: K, value: AgentState[K])
supabase/functions/openai-agent-sdk/index.ts:110
↓ 1 callers
Method
setupErrorHandling
()
scripts/agentic-mcp/src/mcp/server.ts:201
↓ 1 callers
Method
setupMiddleware
* Set up middleware for the application
scripts/gemini-tumbler/src/api/server.ts:72
↓ 1 callers
Method
setupRealtimeChannels
()
supabase/functions/mcp-server/tests/core/server.test.ts:29
↓ 1 callers
Method
setupRequestHandlers
()
scripts/agentic-mcp/src/mcp/server.ts:107
↓ 1 callers
Method
setupRequestHandlers
()
scripts/agents/mcp-hello/src/index.ts:30
↓ 1 callers
Function
setupResources
(server: Server)
supabase/functions/mcp-server/tests/integration/end-to-end.test.ts:107
↓ 1 callers
Method
setupRoutes
* Set up routes for the application
scripts/gemini-tumbler/src/api/server.ts:122
↓ 1 callers
Function
setupTools
(server: Server)
supabase/functions/mcp-server/tests/integration/end-to-end.test.ts:78
↓ 1 callers
Function
setup_deploy_parser
Set up the argument parser for deployment commands.
scripts/agents/devops/src/cli.py:203
↓ 1 callers
Function
setup_ec2_parser
Set up the argument parser for EC2 commands.
scripts/agents/devops/src/cli.py:118
↓ 1 callers
Function
setup_github_parser
Set up the argument parser for GitHub commands.
scripts/agents/devops/src/cli.py:173
↓ 1 callers
Function
showDiagnostics
* Display diagnostic information
scripts/sparc2/sparc2-cli-wrapper.js:314
↓ 1 callers
Method
startHealthRecovery
* Start the health recovery timer
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:386
↓ 1 callers
Function
startHttpServer
()
scripts/sparc2/src/mcp/mcpServerWrapper.js:99
↓ 1 callers
Function
startSPARC2API
()
scripts/sparc2/examples/sse-streaming.js:74
↓ 1 callers
Function
start_ec2_instances
Mock start_ec2_instances function.
scripts/agents/devops/tests/test_openai_agents_ec2.py:67
↓ 1 callers
Function
start_ec2_instances
Mock start_ec2_instances function.
scripts/agents/devops/tests/custom/test_openai_agents_ec2.py:68
↓ 1 callers
Function
start_ec2_instances
Start EC2 instances.
scripts/agents/devops/tests/custom/test_openai_agents_components.py:194
↓ 1 callers
Function
start_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
← previous
next →
601–700 of 1,315, ranked by callers