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
Function
createRepoVectorStore
(repoName: string)
supabase/functions/security-scanner/index-with-logging.ts:63
Method
create_ami
Create an AMI from an EC2 instance. Args: instance_id: The ID of the instance to create the AMI from.
scripts/agents/devops/src/aws/ec2.py:597
Method
create_branch
Create a new branch in a repository. Args: repo: Repository name or full path (owner/repo). name: Ne
scripts/agents/devops/src/github/github.py:774
Function
create_ec2_instance
Create a new EC2 instance. Args: ctx: Run context containing DevOpsContext request: Parameters for creating an EC2 insta
scripts/agents/devops/src/aws/ec2_tools.py:131
Function
create_ec2_instance
Create a new EC2 instance. Args: request: Parameters for creating an EC2 instance Returns: Result of the cr
scripts/agents/devops/examples/openai_agents_ec2_example.py:165
Method
create_file
Create a new file in a repository. Args: repo: Repository name or full path (owner/repo). path: Path
scripts/agents/devops/src/github/github.py:560
Function
create_issue
Create a new issue in a GitHub repository. Args: ctx: Run context containing DevOpsContext request: Parameters for the i
scripts/agents/devops/src/github/github_tools.py:175
Function
create_issue
Create a new issue in a GitHub repository. Args: request: Parameters for creating the issue Returns: Create
scripts/agents/devops/examples/openai_agents_github_example.py:216
Method
create_repository
Create a new GitHub repository. Args: name: Repository name. description: Repository description.
scripts/agents/devops/src/github/github.py:388
Function
decorator
(func)
scripts/agents/devops/src/aws/base.py:444
Function
decorator
(func)
agents/types.py:35
Function
deleteFunction
(slug: string)
supabase/functions/edge_deployment/src/commands.ts:142
Method
delete_file
Delete a file from a repository. Args: repo: Repository name or full path (owner/repo). path: Path t
scripts/agents/devops/src/github/github.py:660
Method
delete_repository
Delete a GitHub repository. Args: repo: Repository name or full path (owner/repo). owner: Repository
scripts/agents/devops/src/github/github.py:452
Method
deploy_to_aws
Deploy a GitHub repository to an AWS service. Args: repo: Repository name or full path (owner/repo).
scripts/agents/devops/src/github/github.py:808
Method
deregister_ami
Deregister an AMI. Args: image_id: The ID of the AMI to deregister. delete_snapshots: If True, also
scripts/agents/devops/src/aws/ec2.py:653
Method
determinePriority
(query: string)
scripts/agentic-mcp/src/mcp/tools/support.ts:126
Function
devops_context
Create a DevOpsContext for testing.
scripts/agents/devops/tests/custom/test_openai_agents.py:68
Function
ec2_mock_response
Mock response for EC2 describe_instances.
scripts/agents/devops/tests/custom/test_openai_agents.py:77
Function
ec2_service
Create a test EC2 service with mock credentials.
scripts/agents/devops/tests/aws/test_ec2.py:44
Function
encryptData
(data: string, key: CryptoKey)
scripts/gemini-tumbler/src/utils/crypto.ts:45
Method
execute
(params: { query: string; depth?: string; focus_areas?: string[]; }, context: Context)
scripts/agentic-mcp/src/mcp/tools/research.ts:43
Method
execute
(params: { content: string; format?: string; max_length?: number; include_key_quotes?: boolean
scripts/agentic-mcp/src/mcp/tools/summarize.ts:40
Method
execute
(params: { query: string; context_size?: string; country?: string; city?: string; region?:
scripts/agentic-mcp/src/mcp/tools/websearch.ts:42
Method
execute
(params: { agent_name: string; reason: string; }, context: Context)
scripts/agentic-mcp/src/mcp/tools/handoff.ts:22
Method
execute
(params: { table: string; query?: string; select?: string[]; filter?: Record<string, any>;
scripts/agentic-mcp/src/mcp/tools/database.ts:63
Method
executeCode
* Execute code in a sandbox * @param code Code to execute * @param options Execution options * @returns Execution result
scripts/sparc2/src/agent/agent.ts:357
Function
executeCommand
* Execute command action
scripts/sparc2/src/cli/cli.ts:181
Function
executeFile
( filePath: string, options: RunCodeOptions = {} )
scripts/e2b/e2b-code-interpreter.ts:183
Method
executeFlow
* Execute an agent flow * @param flowName Name of the flow to execute * @param context Initial context for the flow * @returns The final cont
scripts/sparc2/src/agent/executor/agent-executor.ts:39
Method
executeTool
(name: string, params: any, context: Context)
scripts/agentic-mcp/src/mcp/tools/registry.ts:21
Function
factorial
* Calculates the factorial of a number * @param {number} n - The number to calculate factorial for * @returns {number} The factorial of n
scripts/sparc2/math-utils.js:10
Function
fileExists
(path: string)
scripts/sparc2/src/utils/file.ts:52
Function
fixResendUrl
()
supabase/functions/security-scanner/fixed-url.ts:9
Function
formatFunction
(func: EdgeFunction)
supabase/functions/edge_deployment/src/commands.ts:163
Method
format_output
Format data for output in the specified format.
scripts/agents/devops/tests/custom/test_cli.py:18
Function
forwardToNextFunction
( anonymizedData: AnonymizedData, endpoint: string, token?: string )
scripts/gemini-tumbler/src/utils/anonymizer.ts:131
Function
function_tool
Mock function_tool decorator.
agents/types.py:33
Function
generateKeyFromPassword
(password: string)
scripts/gemini-tumbler/src/utils/crypto.ts:77
Function
generateReportHtml
( scanResult: ScanResult, includeRecommendations: boolean )
supabase/functions/security-scanner/index.ts:1240
Function
generateReportHtml
(scanResult: ScanResult, includeRecommendations: boolean)
supabase/functions/security-scanner/index-with-logging.ts:117
Function
generateSummaryReport
* Generate a summary report from benchmark results
scripts/sparc-bench/src/benchmarks/optimized-benchmark-manager.ts:234
Method
generateText
(prompt: string, systemPrompt?: string)
scripts/gemini-tumbler/src/agent/tumblerService.test.ts:31
Method
get
(key: string)
supabase/functions/deno.d.ts:4
Method
get
(key: string)
supabase/functions/env_test.ts:6
Method
getActions
()
scripts/agentic-mcp/src/mcp/context.ts:82
Method
getAdversarialTests
* Get adversarial tests * @returns Adversarial tests
scripts/sparc-bench/src/metrics/security-evaluator.ts:51
Method
getAllContributions
* Get all contributions * @returns All contributions
scripts/gemini-tumbler/src/utils/contributionManager.ts:106
Function
getApiKeyHealthSummary
()
scripts/gemini-tumbler/src/utils/responseInterceptor.ts:196
Method
getApp
()
scripts/gemini-tumbler/src/api/server.test.ts:87
Method
getAuth
()
scripts/agentic-mcp/src/mcp/context.ts:109
Method
getAvailableServiceTypes
* Get the available service types * @returns Array of available service types
scripts/gemini-tumbler/src/agent/googleAIServiceFactory.ts:70
Method
getCapabilities
* Get the capabilities of this service
scripts/gemini-tumbler/src/agent/vertexAIClient.ts:118
Method
getCapabilities
* Get the capabilities of this service
scripts/gemini-tumbler/src/agent/directGeminiClient.ts:290
Method
getCapabilities
* Get the capabilities of this service
scripts/gemini-tumbler/src/agent/naturalLanguageClient.ts:116
Method
getCapabilities
* Get the capabilities of this service
scripts/gemini-tumbler/src/agent/googleGeminiClient.ts:285
Method
getCapabilities
* Get the capabilities of this service
scripts/gemini-tumbler/src/agent/documentAIClient.ts:124
Method
getChatCompletion
* Get a chat completion from the LLM * @param messages The messages to send to the LLM * @param options Options for the chat completion
scripts/sparc2/src/agent/providers/openrouter-provider.ts:102
Method
getChatCompletion
* Get a chat completion from the LLM * @param messages The messages to send to the LLM * @param options Options for the chat completion
scripts/sparc2/src/agent/providers/mock-provider.ts:76
Method
getChatCompletion
* Get a chat completion from the LLM * @param messages The messages to send to the LLM * @param options Options for the chat completion
scripts/sparc2/src/agent/providers/openai-provider.ts:97
Method
getCompletion
* Get a completion from the LLM * @param prompt The prompt to send to the LLM * @param options Options for the completion
scripts/sparc2/src/agent/types.ts:160
Method
getCompletion
* Get a completion from the LLM * @param prompt The prompt to send to the LLM * @param options Options for the completion
scripts/sparc2/src/agent/providers/openrouter-provider.ts:56
Method
getCompletion
* Get a completion from the LLM * @param prompt The prompt to send to the LLM * @param options Options for the completion
scripts/sparc2/src/agent/providers/mock-provider.ts:54
Method
getCompletion
* Get a completion from the LLM * @param prompt The prompt to send to the LLM * @param options Options for the completion
scripts/sparc2/src/agent/providers/openai-provider.ts:65
Method
getContribution
* Get a contribution by ID * @param id The ID of the contribution * @returns The contribution, or undefined if not found
scripts/gemini-tumbler/src/utils/contributionManager.ts:98
Method
getConversationHistory
()
scripts/agentic-mcp/src/mcp/context.ts:40
Method
getDefaultCapabilities
* Get default capabilities for a service type * @param serviceType The service type * @returns Array of capabilities
scripts/gemini-tumbler/src/agent/googleAIServiceFactory.ts:84
Method
getDefaultModel
()
scripts/gemini-tumbler/examples/openai-compatible-streaming.ts:160
Method
getDefaultUsageLimits
* Get default usage limits for a service type * @param serviceType The service type * @returns Usage limits
scripts/gemini-tumbler/src/agent/googleAIServiceFactory.ts:126
Function
getFileContent
(owner: string, repo: string, path: string, ref: string)
supabase/functions/git-pull-fixer/index.ts:57
Function
getFunctionBody
(slug: string)
supabase/functions/edge_deployment/src/commands.ts:60
Function
getFunctionDetails
(slug: string)
supabase/functions/edge_deployment/src/commands.ts:38
Function
getHistoricalScans
(repoName: string, limit: number = 10)
supabase/functions/security-scanner/index-with-logging.ts:90
Method
getKeyCount
* Get the number of available API keys
scripts/gemini-tumbler/src/agent/vertexAIClient.ts:158
Method
getKeyCount
* Get the number of available API keys
scripts/gemini-tumbler/src/agent/directGeminiClient.ts:269
Method
getKeyCount
* Get the number of available API keys
scripts/gemini-tumbler/src/agent/naturalLanguageClient.ts:152
Method
getKeyCount
* Get the number of available API keys
scripts/gemini-tumbler/src/agent/googleGeminiClient.ts:252
Method
getKeyCount
* Get the number of available API keys
scripts/gemini-tumbler/src/agent/documentAIClient.ts:160
Function
getModelConfig
(baseConfig: { model: string; messages: any[]; temperature?: number; max_tokens?: number; web_search
scripts/agentic-mcp/src/utils/model-config.ts:13
Method
getModelName
* Get the current model name * @returns The model name
scripts/gemini-tumbler/src/agent/directGeminiClient.ts:262
Method
getModelName
* Get the current model name * @returns The model name
scripts/gemini-tumbler/src/agent/googleGeminiClient.ts:245
Method
getModels
()
scripts/gemini-tumbler/examples/openai-compatible-streaming.ts:156
Method
getName
* Get the provider name
scripts/sparc2/src/agent/providers/openrouter-provider.ts:47
Method
getParent
()
scripts/agentic-mcp/src/mcp/context.ts:130
Method
getPreferences
()
scripts/agentic-mcp/src/mcp/context.ts:121
Function
getPullRequest
(owner: string, repo: string, prNumber: number)
supabase/functions/git-pull-fixer/index.ts:33
Function
getPullRequestFiles
(owner: string, repo: string, prNumber: number)
supabase/functions/git-pull-fixer/index.ts:45
Function
getRateMonitor
()
scripts/gemini-tumbler/src/utils/responseInterceptor.ts:17
Method
getResource
(key: string)
scripts/agentic-mcp/src/mcp/context.ts:64
Method
getResource
(key: string)
scripts/agents/openai-agent/agent.ts:129
Method
getResource
(key: string)
supabase/functions/openai-agent-sdk/index.ts:129
Method
getResource
(uri: string)
supabase/functions/mcp-server/tests/resources/registry.test.ts:21
Method
getResponseHistory
* Get the response history for a specific provider and API key
scripts/gemini-tumbler/src/utils/rateMonitor.ts:290
Function
getServerStatus
()
supabase/functions/mcp-server/tools/handlers/system.ts:48
Method
getServiceType
* Get the service type
scripts/gemini-tumbler/src/agent/vertexAIClient.ts:151
Method
getServiceType
* Get the service type
scripts/gemini-tumbler/src/agent/directGeminiClient.ts:312
Method
getServiceType
* Get the service type
scripts/gemini-tumbler/src/agent/naturalLanguageClient.ts:145
Method
getServiceType
* Get the service type
scripts/gemini-tumbler/src/agent/googleGeminiClient.ts:307
Method
getServiceType
* Get the service type
scripts/gemini-tumbler/src/agent/documentAIClient.ts:153
Method
getSeverity
* Get severity level based on vulnerability score * * @param score Vulnerability score * @returns Severity level
scripts/sparc-bench/src/metrics/security-evaluator.ts:227
← previous
next →
901–1,000 of 1,315, ranked by callers