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
scanRepository
(repoName: string, branch: string = "main")
supabase/functions/security-scanner/index-with-logging.ts:69
Function
searchCommand
* Search command action
scripts/sparc2/src/cli/cli.ts:248
Function
searchDiffEntries
( query: string, maxResults: number = 5 )
scripts/vectorstore/09-final-sparc2-vector-store.ts:201
Function
searchLogEntries
( query: string, maxResults: number = 5 )
scripts/vectorstore/09-final-sparc2-vector-store.ts:268
Function
security_guardrail_function
Security guardrail to prevent potentially harmful operations. Args: ctx: Run context agent: The agent being guarded
scripts/agents/devops/src/core/guardrails.py:187
Function
sendMessage
(args: any)
supabase/functions/mcp-server/tools/handlers/messaging.ts:16
Function
sendSecurityReport
( repoName: string, recipient: string, scanResults: ScanResult[], includeRecommendations: boolean = tr
supabase/functions/security-scanner/send-report.ts:43
Function
sendSecurityReport
(repoName: string, recipient: string, includeRecommendations: boolean = true)
supabase/functions/security-scanner/index-with-logging.ts:129
Function
sensitive_info_guardrail_function
Sensitive information guardrail to prevent leaking sensitive data. Args: ctx: Run context agent: The agent being guarded
scripts/agents/devops/src/core/guardrails.py:227
Method
serve
()
scripts/agentic-mcp/src/mcp/__mocks__/server.ts:75
Method
set
(key: string, value: string)
supabase/functions/deno.d.ts:5
Method
setAuth
(auth: AuthInfo)
scripts/agentic-mcp/src/mcp/context.ts:105
Function
setDistributionStrategy
(strategy: RequestDistributionStrategy)
scripts/gemini-tumbler/src/utils/responseInterceptor.ts:54
Method
setMockResponses
* Set mock responses * @param responses Mock responses
scripts/sparc2/src/agent/providers/mock-provider.ts:136
Method
setParameters
* Set processing parameters * @param params Parameters to set
scripts/gemini-tumbler/src/agent/vertexAIClient.ts:143
Method
setParameters
* Set the model parameters * @param params Parameters to update
scripts/gemini-tumbler/src/agent/directGeminiClient.ts:251
Method
setParameters
* Set processing parameters (not applicable for this client)
scripts/gemini-tumbler/src/agent/naturalLanguageClient.ts:138
Method
setParameters
* Set the model parameters * @param params Parameters to update
scripts/gemini-tumbler/src/agent/googleGeminiClient.ts:231
Method
setParameters
* Set processing parameters (not applicable for this client)
scripts/gemini-tumbler/src/agent/documentAIClient.ts:146
Method
setParameters
* Set the model parameters * @param params Parameters to update
scripts/gemini-tumbler/src/agent/geminiClient.ts:137
Method
setPreferences
(prefs: Partial<UserPreferences>)
scripts/agentic-mcp/src/mcp/context.ts:114
Method
setResource
(key: string, value: any)
scripts/agentic-mcp/src/types/index.ts:73
Method
setResource
(key: string, value: any)
scripts/agentic-mcp/src/mcp/context.ts:60
Method
setResource
(key: string, value: any)
scripts/agents/openai-agent/agent.ts:125
Method
setResource
(key: string, value: any)
supabase/functions/openai-agent-sdk/index.ts:125
Method
setState
(key: K, value: AgentState[K])
scripts/agentic-mcp/src/types/index.ts:69
Method
setUp
Set up test fixtures.
scripts/agents/devops/tests/test_openai_agents_simple.py:21
Method
setUp
Set up test fixtures.
scripts/agents/devops/tests/custom/test_error_handling.py:135
Method
setUp
Set up test fixtures.
scripts/agents/devops/tests/custom/test_openai_agents_simple.py:22
Method
setUp
Set up test fixtures.
scripts/agents/devops/tests/custom/test_openai_agents_integration.py:36
Method
setUp
Set up test fixtures.
scripts/agents/devops/tests/custom/test_openai_agents_components.py:347
Method
setUp
Set up test fixtures.
scripts/agents/devops/tests/custom/test_openai_agents_async.py:37
Function
set_config_value
Set a configuration value by key path. Args: key_path: Dot-separated path to the configuration value value: Value to set
scripts/agents/devops/src/core/config.py:259
Function
set_credential_manager
Set the global credential manager instance. Args: manager: CredentialManager instance to use
scripts/agents/devops/src/core/credentials.py:339
Method
set_metadata
Set a metadata value. Args: key: The metadata key value: The value to set
scripts/agents/devops/src/core/context.py:58
Function
set_tracing_disabled
Mock function to disable tracing.
agents/tracing/tracing.py:3
Method
setupRealtimeChannels
()
supabase/functions/mcp-server/tests/agent-test.ts:89
Method
setupRealtimeChannels
()
supabase/functions/mcp-server/tests/integration/end-to-end.test.ts:71
Function
setupResources
(server: any)
supabase/functions/mcp-server/resources/index.ts:4
Function
setupTools
(server: any)
supabase/functions/mcp-server/tools/index.ts:4
Method
setup_deploy_parser
Mock setup_deploy_parser function.
scripts/agents/devops/tests/custom/test_cli.py:69
Method
setup_ec2_parser
Mock setup_ec2_parser function.
scripts/agents/devops/tests/custom/test_cli.py:59
Method
setup_github_parser
Mock setup_github_parser function.
scripts/agents/devops/tests/custom/test_cli.py:64
Function
start
(controller)
scripts/gemini-tumbler/examples/openai-compatible-streaming.ts:253
Function
start
(controller)
scripts/agents/openai-agent/agent.ts:639
Function
start
(controller)
supabase/functions/openai-agent-sdk/index.ts:639
Function
start
(controller)
supabase/functions/agent_stream/index.ts:26
Function
startMCPServerStdio
(options: { model?: string; mode?: "automatic" | "semi" | "manual" | "custom" | "interactive"; diffMode?
scripts/sparc2/src/mcp/mcpServerStdio.ts:24
Function
start_deployment
Start a deployment process. Args: request: Parameters for the deployment Returns: Status of the deployment
scripts/agents/devops/examples/openai_agents_deployment_example.py:147
Function
start_ec2_instances
Start one or more EC2 instances. Args: ctx: Run context containing DevOpsContext request: Parameters for starting EC2 in
scripts/agents/devops/src/aws/ec2_tools.py:74
Function
stop_ec2_instances
Stop one or more EC2 instances. Args: ctx: Run context containing DevOpsContext request: Parameters for stopping EC2 ins
scripts/agents/devops/src/aws/ec2_tools.py:101
Function
stop_ec2_instances
Stop EC2 instances. Args: request: Parameters for stopping EC2 instances Returns: Result of the stop operat
scripts/agents/devops/examples/openai_agents_ec2_example.py:134
Method
storeContribution
* Store a contribution anonymously * @param contribution The contribution to store * @returns The ID of the stored contribution
scripts/gemini-tumbler/src/utils/contributionManager.ts:29
Function
subtract
* Subtracts the second number from the first. * @param {number} a - The first number * @param {number} b - The second number * @returns {number} Th
scripts/sparc2/test-file.js:19
Method
suggestEscalation
(query: string, responseText: string)
scripts/agentic-mcp/src/mcp/tools/support.ts:141
Method
supportsAssistants
* Check if the provider supports assistants
scripts/sparc2/src/agent/providers/openrouter-provider.ts:163
Method
supportsAssistants
* Check if the provider supports assistants
scripts/sparc2/src/agent/providers/mock-provider.ts:110
Method
supportsAssistants
* Check if the provider supports assistants
scripts/sparc2/src/agent/providers/openai-provider.ts:144
Method
tag_resource
Tag a resource. This is a base implementation that should be overridden by service-specific subclasses as tag appli
scripts/agents/devops/src/aws/base.py:326
Method
tearDown
Tear down test fixtures.
scripts/agents/devops/tests/custom/test_error_handling.py:142
Method
tearDown
Tear down test fixtures.
scripts/agents/devops/tests/custom/test_openai_agents_integration.py:52
Method
tearDown
Tear down test fixtures.
scripts/agents/devops/tests/custom/test_openai_agents_components.py:364
Method
tearDown
Tear down test fixtures.
scripts/agents/devops/tests/custom/test_openai_agents_async.py:53
Method
test_aws_base_service_handle_error
Test AWSBaseService.handle_error method.
scripts/agents/devops/tests/custom/test_error_handling.py:232
Method
test_aws_service_error_with_suggestion
Test AWSServiceError with suggestion.
scripts/agents/devops/tests/custom/test_error_handling.py:146
Function
test_context_management
Test context management.
scripts/agents/devops/tests/custom/test_openai_agents.py:568
Function
test_create_and_list_instance
Test creating and then listing an EC2 instance.
scripts/agents/devops/tests/aws/test_ec2.py:57
Function
test_create_ec2_instance
Test creating EC2 instances.
scripts/agents/devops/tests/custom/test_openai_agents.py:255
Method
test_create_ec2_instance
Test creating EC2 instances.
scripts/agents/devops/tests/test_openai_agents_ec2.py:214
Method
test_create_ec2_instance
Test creating EC2 instances.
scripts/agents/devops/tests/custom/test_openai_agents_ec2.py:215
Method
test_create_ec2_instance
Test creating EC2 instances.
scripts/agents/devops/tests/custom/test_openai_agents_integration.py:172
Method
test_create_ec2_instance
Test creating EC2 instances.
scripts/agents/devops/tests/custom/test_openai_agents_async.py:173
Method
test_create_ec2_instance_async
Test creating EC2 instances asynchronously.
scripts/agents/devops/tests/custom/test_openai_agents_components.py:503
Method
test_create_instance
Test the create-instance command.
scripts/agents/devops/tests/custom/run_cli_tests.py:202
Method
test_create_instance
Test the create-instance command.
scripts/agents/devops/tests/custom/test_cli.py:173
Function
test_create_issue
Test creating a GitHub issue.
scripts/agents/devops/tests/custom/test_openai_agents.py:398
Method
test_create_issue_async
Test creating a GitHub issue asynchronously.
scripts/agents/devops/tests/custom/test_openai_agents_components.py:564
Method
test_credential_command_error
Test credential command that raises an error.
scripts/agents/devops/tests/custom/run_cli_error_tests.py:152
Method
test_credential_error
Test CredentialError with suggestion.
scripts/agents/devops/tests/custom/test_error_handling.py:188
Function
test_ec2_agent
Test EC2 agent with a user query.
scripts/agents/devops/tests/custom/test_openai_agents.py:456
Method
test_ec2_agent
Test EC2 agent with a user query.
scripts/agents/devops/tests/custom/test_openai_agents_integration.py:230
Method
test_ec2_agent
Test EC2 agent with a user query.
scripts/agents/devops/tests/custom/test_openai_agents_async.py:231
Method
test_ec2_agent_creation
Test EC2 agent creation.
scripts/agents/devops/tests/custom/test_openai_agents_components.py:368
Method
test_ec2_agent_run_sync
Test EC2 agent with a user query using run_sync.
scripts/agents/devops/tests/custom/test_openai_agents_components.py:391
Method
test_ec2_command_error
Test EC2 command that raises an error.
scripts/agents/devops/tests/custom/run_cli_error_tests.py:142
Function
test_error_handling
Test error handling in the GitHub service.
scripts/agents/devops/tests/github/test_github.py:236
Method
test_format_json
Test JSON output formatting.
scripts/agents/devops/tests/custom/run_cli_tests.py:150
Method
test_format_json
Test JSON output formatting.
scripts/agents/devops/tests/custom/test_cli.py:123
Method
test_format_json
Test JSON output formatting.
scripts/agents/devops/tests/custom/test_cli_format.py:39
Method
test_format_json
Test JSON output formatting.
scripts/agents/devops/tests/custom/run_cli_test.py:40
Method
test_format_resource_name
Test formatting of resource names.
scripts/agents/devops/tests/aws/test_base.py:291
Method
test_format_table_dict
Test table output formatting for a single dictionary.
scripts/agents/devops/tests/custom/run_cli_tests.py:172
Method
test_format_table_dict
Test table output formatting for a single dictionary.
scripts/agents/devops/tests/custom/test_cli.py:145
Method
test_format_table_dict
Test table output formatting for a single dictionary.
scripts/agents/devops/tests/custom/test_cli_format.py:61
Method
test_format_table_dict
Test table output formatting for a single dictionary.
scripts/agents/devops/tests/custom/run_cli_test.py:62
Method
test_format_table_list
Test table output formatting for a list of dictionaries.
scripts/agents/devops/tests/custom/run_cli_tests.py:159
Method
test_format_table_list
Test table output formatting for a list of dictionaries.
scripts/agents/devops/tests/custom/test_cli.py:132
Method
test_format_table_list
Test table output formatting for a list of dictionaries.
scripts/agents/devops/tests/custom/test_cli_format.py:48
Method
test_format_table_list
Test table output formatting for a list of dictionaries.
scripts/agents/devops/tests/custom/run_cli_test.py:49
Function
test_func
Test function.
scripts/agents/devops/inspect_function_tool.py:8
← previous
next →
1,101–1,200 of 1,315, ranked by callers