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
Method
getState
(key: K)
scripts/agentic-mcp/src/mcp/context.ts:49
Method
getState
(key: K)
scripts/agents/openai-agent/agent.ts:114
Method
getState
(key: K)
supabase/functions/openai-agent-sdk/index.ts:114
Function
getSystemInfo
(args: any)
supabase/functions/mcp-server/tools/handlers/system.ts:6
Method
getTableSchema
(table: string)
scripts/agentic-mcp/src/mcp/tools/database.ts:166
Method
getUsageLimits
* Get the usage limits for this service
scripts/gemini-tumbler/src/agent/vertexAIClient.ts:132
Method
getUsageLimits
* Get the usage limits for this service
scripts/gemini-tumbler/src/agent/directGeminiClient.ts:302
Method
getUsageLimits
* Get the usage limits for this service
scripts/gemini-tumbler/src/agent/naturalLanguageClient.ts:128
Method
getUsageLimits
* Get the usage limits for this service
scripts/gemini-tumbler/src/agent/googleGeminiClient.ts:297
Method
getUsageLimits
* Get the usage limits for this service
scripts/gemini-tumbler/src/agent/documentAIClient.ts:136
Function
get_aws_region
Get the AWS region from the context.
scripts/agents/devops/tests/custom/test_openai_agents.py:572
Function
get_config_value
Get a configuration value by key path. Args: key_path: Dot-separated path to the configuration value default: Default va
scripts/agents/devops/src/core/config.py:235
Function
get_issue
Get a specific issue from a GitHub repository. Args: request: Parameters for the issue request Returns: Iss
scripts/agents/devops/examples/openai_agents_github_example.py:176
Method
get_metadata
Get a metadata value by key. Args: key: The metadata key default: Default value if key doesn't exist
scripts/agents/devops/src/core/context.py:45
Method
get_regions
Get a list of all available AWS regions. Returns: List of region names.
scripts/agents/devops/src/aws/base.py:348
Function
get_repository
Get details for a GitHub repository. Args: ctx: Run context containing DevOpsContext request: Parameters for the reposit
scripts/agents/devops/src/github/github_tools.py:47
Function
get_repository
Get information about a GitHub repository. Args: request: Parameters for the repository request Returns: Re
scripts/agents/devops/examples/openai_agents_github_example.py:94
Method
get_tags
Get tags for a resource. This is a base implementation that should be overridden by service-specific subclasses as
scripts/agents/devops/src/aws/base.py:308
Function
github_credentials
Create a test GitHub credentials object.
scripts/agents/devops/tests/github/test_github.py:24
Function
github_issues_mock_response
Mock response for GitHub get_issues.
scripts/agents/devops/tests/custom/test_openai_agents.py:115
Function
github_repo_mock_response
Mock response for GitHub get_repo.
scripts/agents/devops/tests/custom/test_openai_agents.py:100
Function
github_service
Create a test GitHub service with mock credentials.
scripts/agents/devops/tests/github/test_github.py:30
Function
handleDatabaseRow
(uri: string)
supabase/functions/mcp-server/resources/handlers/database.ts:41
Function
handleDatabaseTable
(uri: string)
supabase/functions/mcp-server/resources/handlers/database.ts:16
Function
handleError
(error: unknown)
supabase/functions/mcp-server/utils/error-handling.ts:23
Function
handleRequest
(req: Request)
scripts/sparc2/src/edge/edge.ts:16
Function
handleRequest
(req: Request)
supabase/functions/edge_deployment/src/index.ts:7
Function
handleServerStatus
()
supabase/functions/mcp-server/resources/handlers/system.ts:30
Function
handleStorageBucket
(uri: string)
supabase/functions/mcp-server/resources/handlers/storage.ts:16
Function
handleStorageFile
(uri: string)
supabase/functions/mcp-server/resources/handlers/storage.ts:41
Function
handleSystemInfo
()
supabase/functions/mcp-server/resources/handlers/system.ts:6
Method
handle_deploy_command
Mock handle_deploy_command function.
scripts/agents/devops/tests/custom/test_cli.py:54
Method
handle_ec2_command
Mock handle_ec2_command function.
scripts/agents/devops/tests/custom/test_cli.py:44
Method
handle_github_command
Mock handle_github_command function.
scripts/agents/devops/tests/custom/test_cli.py:49
Function
handler
(req: Request)
supabase/functions/feedback/index.ts:22
Method
hasTools
()
scripts/agentic-mcp/src/mcp/tools/registry.ts:41
Function
indexDiffEntry
(entry: DiffEntry)
scripts/vectorstore/09-final-sparc2-vector-store.ts:149
Function
input_guardrail
Mock input_guardrail decorator.
agents/types.py:52
Function
insertData
(args: any)
supabase/functions/mcp-server/tools/handlers/database.ts:50
Method
isCollected
(field: string)
scripts/agentic-mcp/src/types/index.ts:86
Method
isCollected
(field: string)
scripts/agentic-mcp/src/mcp/context.ts:91
Method
isCollected
(field: string)
scripts/agents/openai-agent/agent.ts:156
Method
isCollected
(field: string)
supabase/functions/openai-agent-sdk/index.ts:156
Function
isPalindrome
* Checks if a string is a palindrome * @param {string} str - The string to check * @returns {boolean} True if the string is a palindrome, false othe
scripts/sparc2/string-utils.js:19
Function
isPrime
* Checks if a number is prime * @param {number} n - The number to check * @returns {boolean} True if the number is prime, false otherwise
scripts/sparc2/math-utils.js:20
Function
listFunctions
()
supabase/functions/edge_deployment/src/commands.ts:16
Function
list_ec2_instances
List EC2 instances with optional filtering. Args: ctx: Run context containing DevOpsContext filter_params: Parameters fo
scripts/agents/devops/src/aws/ec2_tools.py:28
Function
list_issues
List issues for a GitHub repository. Args: ctx: Run context containing DevOpsContext request: Parameters for the issue l
scripts/agents/devops/src/github/github_tools.py:91
Function
list_issues
List issues in a GitHub repository. Args: request: Parameters for the issue request Returns: List of issues
scripts/agents/devops/examples/openai_agents_github_example.py:128
Function
list_pull_requests
List pull requests for a GitHub repository. Args: ctx: Run context containing DevOpsContext request: Parameters for the
scripts/agents/devops/src/github/github_tools.py:241
Function
list_pull_requests
List pull requests in a GitHub repository. Args: request: Parameters for the pull request request Returns:
scripts/agents/devops/examples/openai_agents_github_example.py:258
Function
logJsonInChunks
(jsonText: string, chunkSize: number = 500)
supabase/functions/security-scanner/index.ts:805
Function
logWarn
( message: string, metadata: Record<string, unknown> = {}, )
scripts/sparc2/src/logger.ts:131
Method
markCollected
(field: string)
scripts/agentic-mcp/src/types/index.ts:85
Method
markCollected
(field: string)
scripts/agentic-mcp/src/mcp/context.ts:87
Method
markCollected
(field: string)
scripts/agents/openai-agent/agent.ts:152
Method
markCollected
(field: string)
supabase/functions/openai-agent-sdk/index.ts:152
Function
mcpCommand
( args: Record<string, any>, options: Record<string, any>, )
scripts/sparc2/src/cli/mcpCommand.ts:15
Function
mockVectorStoreLog
(entry: any)
scripts/sparc2/src/logger.test.ts:12
Function
mock_credential_manager
Create a mock credential manager.
scripts/agents/devops/tests/custom/test_cli.py:104
Function
mock_ec2_service
Create a mock EC2 service.
scripts/agents/devops/tests/custom/test_cli.py:90
Function
mock_github_service
Create a mock GitHub service.
scripts/agents/devops/tests/custom/test_cli.py:97
Function
mock_session
Create a mock boto3 session.
scripts/agents/devops/tests/aws/test_base.py:58
Function
mock_set_tracing_disabled
(disabled)
scripts/agents/devops/tests/custom/test_openai_agents_components.py:74
Function
modifyCommand
* Modify command action
scripts/sparc2/src/cli/cli.ts:130
Function
multiply
* Multiplies two numbers. * @param {number} a - The first number * @param {number} b - The second number * @returns {number} The product of a and b
scripts/sparc2/test-file.js:29
Function
onFailure
(msgs: Message[], _context: Context)
scripts/agents/openai-agent/agent.ts:200
Function
onFailure
(msgs: Message[], _context: Context)
supabase/functions/openai-agent-sdk/index.ts:200
Function
output_guardrail
Mock output_guardrail decorator.
agents/types.py:58
Function
parseAgentConfig
(configPath: string)
scripts/sparc2/src/agent/config/config-parser.ts:16
Function
parseHumanEvalTasks
* Parse HumanEval tasks from JSON strings * @param jsonStrings Array of JSON strings representing HumanEval tasks * @returns Array of parsed HumanEv
scripts/sparc2/tests/humaneval-test.ts:147
Function
power
* Calculates the power of a number. * @param {number} base - The base number * @param {number} exponent - The exponent * @returns {number} The resu
scripts/sparc2/test-file.js:53
Method
process
* Process an input through Vertex AI * @param input The input to process * @param options Optional processing options * @returns The processe
scripts/gemini-tumbler/src/agent/vertexAIClient.ts:57
Method
process
* Process an input through Gemini * @param input The input to process * @param options Optional processing options * @returns The processed r
scripts/gemini-tumbler/src/agent/directGeminiClient.ts:62
Method
process
* Process text through Natural Language API * @param input The text to analyze * @param options Analysis options * @returns The analysis resu
scripts/gemini-tumbler/src/agent/naturalLanguageClient.ts:41
Method
process
* Process an input through Gemini * @param input The input to process * @param options Optional processing options * @returns The processed r
scripts/gemini-tumbler/src/agent/googleGeminiClient.ts:117
Method
process
* Process a document through Document AI * @param input Base64-encoded document content or text * @param options Processing options * @return
scripts/gemini-tumbler/src/agent/documentAIClient.ts:57
Function
queryDatabase
(args: any)
supabase/functions/mcp-server/tools/handlers/database.ts:16
Function
readJson
(path: string)
scripts/sparc2/src/utils/file.ts:31
Method
recall
(key: string)
scripts/agentic-mcp/src/mcp/context.ts:73
Method
recall
(key: string)
scripts/agents/openai-agent/agent.ts:138
Method
recall
(key: string)
supabase/functions/openai-agent-sdk/index.ts:138
Method
registerTool
(tool: MCPTool)
scripts/agentic-mcp/src/mcp/tools/registry.ts:10
Method
remember
(key: string, value: any)
scripts/agentic-mcp/src/mcp/context.ts:69
Method
remember
(key: string, value: any)
scripts/agents/openai-agent/agent.ts:134
Method
remember
(key: string, value: any)
supabase/functions/openai-agent-sdk/index.ts:134
Method
reset
* Reset all rate limit management data
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:440
Method
reset
* Reset the manager for testing
scripts/gemini-tumbler/tests/test-utils.ts:19
Method
resize_instance
Change the instance type (resize) of an EC2 instance. Args: instance_id: The ID of the instance to resize.
scripts/agents/devops/src/aws/ec2.py:276
Function
responseTransformer
(data)
supabase/functions/github-api/index.ts:31
Function
revertChanges
( target: string, options: RevertOptions = {}, )
scripts/sparc2/src/git/gitIntegration.ts:219
Function
rollbackCommand
* Rollback command action
scripts/sparc2/src/cli/cli.ts:317
Method
run
( agent: Agent, inputs: string[], config?: AgentRunConfig )
scripts/agents/openai-agent/agent.ts:439
Method
run
(*args, **kwargs)
agents/types.py:26
Function
runBenchmarks
* Run multiple benchmarks in parallel with controlled concurrency
scripts/sparc-bench/src/benchmarks/optimized-benchmark-manager.ts:182
Method
runBenchmarksParallel
* Run benchmarks in parallel * @param configs Array of benchmark configurations * @param options Benchmark options * @param maxConcurrent Max
scripts/sparc-bench/src/benchmarks/benchmark-manager.ts:103
Method
run_sync
(*args, **kwargs)
agents/types.py:30
Function
saveResults
* Save benchmark results to a file
scripts/sparc-bench/src/benchmarks/optimized-benchmark-manager.ts:290
Method
saveResults
* Save benchmark results to a file * @param results Array of benchmark results * @param outputPath Path to save the results
scripts/sparc-bench/src/benchmarks/benchmark-manager.ts:234
Method
saveSummaryReport
* Save a summary report to a file * @param results Array of benchmark results * @param outputPath Path to save the report
scripts/sparc-bench/src/benchmarks/benchmark-manager.ts:245
← previous
next →
1,001–1,100 of 1,315, ranked by callers