MCPcopy Create free account

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

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

↓ 484 callersMethodget
(key: string)
supabase/functions/security-scanner/email-service.ts:11
↓ 198 callersFunctionField
Mock Field function.
scripts/agents/devops/tests/custom/run_openai_agents_test.py:22
↓ 78 callersFunctionfetch
(request: Request, env: Env)
scripts/gemini-tumbler/src/cloudflare/cloudflare-worker.ts:150
↓ 75 callersFunctionlogMessage
( level: LogLevel, message: string, metadata: Record<string, unknown> = {}, )
scripts/sparc2/src/logger.ts:33
↓ 49 callersMethodset
(key: string, value: string)
supabase/functions/env_test.ts:7
↓ 20 callersMethodsetRequestHandler
(schema: any, handler: (request: any) => Promise<any>)
supabase/functions/mcp-server/tests/agent-test.ts:13
↓ 19 callersFunctiontrace
(message: string, data?: any, config?: AgentRunConfig)
scripts/agents/openai-agent/agent.ts:187
↓ 16 callersFunctionexecuteCode
( code: string, options: { stream?: boolean; language?: "python" | "javascript" | "typescript";
scripts/sparc2/src/sandbox/codeInterpreter.ts:86
↓ 16 callersMethodon_invoke_tool
(self, context, params)
scripts/agents/devops/tests/custom/test_openai_agents_components.py:58
↓ 15 callersFunctionlogInfo
( message: string, metadata: Record<string, unknown> = {}, )
scripts/sparc2/src/logger.ts:95
↓ 15 callersFunctionmockSuccessCommand
(stdout: string)
scripts/sparc2/src/git/gitIntegration.test.ts:19
↓ 15 callersFunctiontrace
(message: string, data?: any, config?: AgentRunConfig)
supabase/functions/openai-agent-sdk/index.ts:187
↓ 15 callersMethodtrackAction
(action: string)
scripts/agentic-mcp/src/types/index.ts:81
↓ 14 callersMethodaddMessage
(message: Message)
scripts/agentic-mcp/src/types/index.ts:65
↓ 14 callersMethodmain
Mock main function.
scripts/agents/devops/tests/custom/test_cli.py:74
↓ 13 callersMethod_make_request
Make an HTTP request to the GitHub API. Args: method: HTTP method (GET, POST, PUT, DELETE, etc.) end
scripts/agents/devops/src/github/github.py:133
↓ 13 callersFunctionlogError
( message: string, metadata: Record<string, unknown> = {}, )
scripts/sparc2/src/logger.ts:107
↓ 12 callersFunctionbroadcastToAll
(data)
scripts/sparc2/examples/sse-streaming.js:161
↓ 12 callersFunctioncomputeDiff
( oldText: string, newText: string, mode: "file" | "function" = "file", )
scripts/sparc2/src/diff/diffTracker.ts:41
↓ 12 callersMethodexecuteToolWithValidation
(name: string, params: any, context: Context)
scripts/agentic-mcp/src/mcp/tools/registry.ts:111
↓ 12 callersMethodget_instance
Get details for a specific EC2 instance. Args: instance_id: The ID of the instance. Returns
scripts/agents/devops/src/aws/ec2.py:89
↓ 11 callersMethod_get_repo_path
Get the repository path for API requests. Args: repo: Repository name or full path (owner/repo) owne
scripts/agents/devops/src/github/github.py:263
↓ 11 callersFunctioncreateHash
(input: string, salt?: string)
scripts/gemini-tumbler/src/utils/anonymizer.ts:59
↓ 11 callersFunctionformatPercent
* Format a number as a percentage * @param value Number to format * @param decimals Number of decimal places * @returns Formatted percentage string
scripts/sparc-bench/src/analysis/generate-report.ts:91
↓ 11 callersFunctionget_credential_manager
Get the global credential manager instance. Returns: CredentialManager instance
scripts/agents/devops/src/core/credentials.py:314
↓ 11 callersFunctionlogMessage
( level: realLogger.LogLevel, message: string, metadata: Record<string, unknown> = {}, )
scripts/sparc2/src/logger.test.ts:21
↓ 11 callersMethodtoBeDefined
()
scripts/agentic-mcp/src/types/jest.d.ts:13
↓ 10 callersMethodgetWorkflowId
()
scripts/agentic-mcp/src/types/index.ts:90
↓ 10 callersMethodhandle_error
Handle AWS service errors.
scripts/agents/devops/tests/custom/test_error_handling.py:111
↓ 10 callersMethodplanAndExecute
* Plan and execute a task * @param task Task description * @param files Files to process * @returns Results of the modifications
scripts/sparc2/src/agent/agent.ts:202
↓ 10 callersFunctionprint_error
Print a formatted error message to the console. Args: message: The main error message details: Optional details about th
scripts/agents/devops/src/cli.py:44
↓ 10 callersMethodrun
(agent, prompt, context=None)
scripts/agents/devops/tests/custom/test_openai_agents_components.py:27
↓ 10 callersFunctionset_tracing_disabled
Mock function to disable tracing.
agents/tracing.py:3
↓ 9 callersMethoddelete
(key: string)
supabase/functions/deno.d.ts:6
↓ 9 callersMethodgetServiceType
* Get the service type
scripts/gemini-tumbler/src/types/googleAIClient.ts:49
↓ 9 callersMethodvalidateToken
* Validate a token against the secret key * @param token The token to validate * @returns True if the token is valid, false otherwise
supabase/functions/mcp-server/core/auth.ts:24
↓ 8 callersMethod__init__
(self, message, suggestion=None)
scripts/agents/devops/tests/custom/test_error_handling.py:55
↓ 8 callersFunctionapplyDiff
(text: string, diff: string)
scripts/sparc2/src/diff/diffTracker.ts:401
↓ 8 callersMethodasyncSetUp
Set up test fixtures.
scripts/agents/devops/tests/custom/test_openai_agents_components.py:449
↓ 8 callersMethodexecute
(params: { query: string; context?: { userId?: string; previousInteractions?: any[];
scripts/agentic-mcp/src/mcp/tools/support.ts:41
↓ 8 callersMethodgetKeyId
* Get a key ID from provider and API key
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:379
↓ 8 callersMethodget_github_credentials
Get GitHub credentials. Returns: GitHubCredentials object Raises: ValueError: I
scripts/agents/devops/src/core/credentials.py:267
↓ 8 callersMethodinit
* Initialize the agent
scripts/sparc2/src/agent/agent.ts:84
↓ 8 callersMethodrunSuite
* Runs the benchmarking suite * * @param tasks - Tasks to run * @returns Promise<BenchmarkResult[]> - Results of the benchmarking
scripts/sparc-bench/src/metrics/agentic-evaluator.ts:75
↓ 8 callersMethodrun_sync
(agent, prompt, context=None)
scripts/agents/devops/tests/custom/test_openai_agents_components.py:33
↓ 8 callersMethodtoBe
(expected: any)
scripts/agentic-mcp/src/types/jest.d.ts:14
↓ 8 callersMethodverifyRequest
* Verify a request by checking the Authorization header * @param request The request to verify * @returns True if the request is authenticated,
supabase/functions/mcp-server/core/auth.ts:36
↓ 7 callersMethodcreateClient
* Create a client for the specified service type * @param config Service configuration * @returns The created client
scripts/gemini-tumbler/src/agent/googleAIServiceFactory.ts:20
↓ 7 callersFunctioncreateSandbox
(options: CodeInterpreterOptions = {})
scripts/sparc2/scripts/e2b-code-interpreter.ts:45
↓ 7 callersFunctionencodeSSE
(data: any)
supabase/functions/agent_stream/index.ts:160
↓ 7 callersFunctionformat_output
Format output data based on format type.
scripts/agents/devops/src/cli.py:226
↓ 7 callersMethodgetCapabilities
* Get the capabilities of this service
scripts/gemini-tumbler/src/types/googleAIClient.ts:33
↓ 7 callersMethodgetClient
* Get the OpenAI client * Used for direct access to the client for assistant operations
scripts/sparc2/src/agent/providers/openai-provider.ts:192
↓ 7 callersMethodgetKeyCount
* Get the number of available API keys
scripts/gemini-tumbler/src/types/googleAIClient.ts:54
↓ 7 callersMethodgetUsageLimits
* Get the usage limits for this service
scripts/gemini-tumbler/src/types/googleAIClient.ts:38
↓ 7 callersMethodget_aws_credentials
Get AWS credentials. Args: profile_name: AWS profile name to use region: AWS region to use
scripts/agents/devops/src/core/credentials.py:177
↓ 7 callersFunctionget_config
Get the current configuration. Returns: Current configuration dictionary
scripts/agents/devops/src/core/config.py:218
↓ 7 callersFunctioninstallPackages
( packages: string[], language: "python" | "javascript" | "typescript" = "python", options: CodeInterpre
scripts/sparc2/src/sandbox/codeInterpreter.ts:354
↓ 7 callersMethodprocess
* Process an input and return a result * @param input The input to process * @param options Optional processing options
scripts/gemini-tumbler/src/types/googleAIClient.ts:25
↓ 7 callersMethodregisterKey
* Register an API key for tracking * * @param apiKey The API key to register * @param provider The provider this key belongs to
scripts/gemini-tumbler/src/utils/rateLimitManager.ts:40
↓ 7 callersFunctionsimulateRequest
( server: TestTumblerServer, method: string, path: string, body?: unknown )
scripts/gemini-tumbler/src/api/server.test.ts:99
↓ 7 callersMethodwait_for
Wait for a specific state using a boto3 waiter. Args: waiter_name: Name of the waiter to use (e.g., 'instance_ru
scripts/agents/devops/src/aws/base.py:370
↓ 6 callersMethod__init__
(self, message, suggestion=None)
scripts/agents/devops/tests/custom/run_cli_error_tests.py:39
↓ 6 callersMethodanalyzeResponse
* Analyze a response to detect rate limiting * * @param response The response metadata to analyze * @returns Detection result with rate limi
scripts/gemini-tumbler/src/utils/rateMonitor.ts:28
↓ 6 callersFunctioncreateCommit
( branch: string, filePath: string | string[], commitMessage: string, options: CommitOptions = {}, )
scripts/sparc2/src/git/gitIntegration.ts:28
↓ 6 callersFunctioncreateSandbox
(options: CodeInterpreterOptions = {})
scripts/sparc2/src/sandbox/codeInterpreter.ts:61
↓ 6 callersFunctioncreateSandbox
(options: CodeInterpreterOptions = {})
scripts/e2b/e2b-code-interpreter.ts:50
↓ 6 callersFunctionformat_output
Format data for output in the specified format.
scripts/agents/devops/tests/custom/run_cli_tests.py:11
↓ 6 callersFunctionformat_output
Format data for output in the specified format.
scripts/agents/devops/tests/custom/run_cli_test.py:11
↓ 6 callersMethodgenerateText
* Generate a response from the Gemini model * @param prompt The prompt to send to the model * @param systemPrompt Optional system prompt * @r
scripts/gemini-tumbler/src/agent/geminiClient.ts:60
↓ 6 callersMethodgetHeaders
* Get headers for API requests
supabase/functions/edge_deployment/src/api-client.ts:35
↓ 6 callersFunctiongetHistoricalScans
( repoName: string, limit: number = 10 )
supabase/functions/security-scanner/index.ts:975
↓ 6 callersFunctiongetRateLimitManager
()
scripts/gemini-tumbler/src/utils/responseInterceptor.ts:27
↓ 6 callersMethodget_repository
Get details for a specific repository. Args: repo: Repository name or full path (owner/repo). owner:
scripts/agents/devops/src/github/github.py:365
↓ 6 callersFunctioninitializeVectorStore
* Initialize the vector store * @param name Name for the vector store * @returns The vector store ID
scripts/vectorstore/08-sparc2-vector-store-implementation.ts:38
↓ 6 callersFunctioninterceptRequest
( fn: () => Promise<T>, options: InterceptOptions )
scripts/gemini-tumbler/src/utils/responseInterceptor.ts:76
↓ 6 callersMethodremember
(key: string, value: any)
scripts/agentic-mcp/src/types/index.ts:77
↓ 6 callersFunctionsendToChannel
(channelName: string, payload: any)
supabase/functions/agent-manager/index.ts:90
↓ 6 callersMethodtoContain
(expected: string)
scripts/agentic-mcp/src/types/jest.d.ts:12
↓ 6 callersMethodtoThrow
(expected?: string | Error)
scripts/agentic-mcp/src/types/jest.d.ts:15
↓ 6 callersFunctionwriteFile
(path: string, content: string)
scripts/sparc2/scripts/e2b-code-interpreter.ts:171
↓ 5 callersMethod__init__
(self, message: str, wait_time: Optional[int] = None)
scripts/agents/devops/src/aws/base.py:82
↓ 5 callersFunctionanonymizeUserData
( userData: UserData, config: AnonymizerConfig )
scripts/gemini-tumbler/src/utils/anonymizer.ts:76
↓ 5 callersMethodclear
()
scripts/agentic-mcp/src/mcp/context.ts:142
↓ 5 callersFunctioncreateTestConfig
()
scripts/gemini-tumbler/src/api/server.test.ts:52
↓ 5 callersMethoddeploy_from_github
Deploy an application from a GitHub repository to an EC2 instance. Args: instance_id: The ID of the EC2 instance
scripts/agents/devops/src/aws/ec2.py:685
↓ 5 callersMethodgetResource
(key: string)
scripts/agentic-mcp/src/types/index.ts:74
↓ 5 callersMethodhandleRequest
(request: any)
supabase/functions/mcp-server/tests/agent-test.ts:18
↓ 5 callersFunctionhandle_cli_error
Handle CLI errors and return appropriate exit code.
scripts/agents/devops/tests/custom/run_cli_error_tests.py:63
↓ 5 callersFunctioninitializeVectorStore
(name: string = "sparc2-vector-store")
scripts/vectorstore/04-sparc2-vector-store-implementation.ts:35
↓ 5 callersMethodinitializeWorkflow
()
scripts/agentic-mcp/src/types/index.ts:89
↓ 5 callersFunctionmain
(args: string[] = Deno.args)
scripts/sparc2/src/cli/cli.ts:775
↓ 5 callersMethodmockImplementation
(fn: (...args: Y) => T)
scripts/agentic-mcp/src/types/jest.d.ts:7
↓ 5 callersFunctionprint_error
Print an error message with optional suggestion.
scripts/agents/devops/tests/custom/test_error_handling.py:84
↓ 5 callersMethodregisterTool
(tool: MCPTool)
scripts/agentic-mcp/src/mcp/server.ts:209
↓ 5 callersFunctionresetTestRateMonitoring
()
scripts/gemini-tumbler/tests/test-utils.ts:48
↓ 5 callersFunctionrestoreMocks
(originalConsole: any)
scripts/sparc2/src/logger.test.ts:133
↓ 5 callersFunctionrestoreMocks
()
scripts/sparc2/src/vector/vectorStore.test.ts:28
↓ 5 callersFunctionrollbackChanges
( commit: string, message: string = `Rollback to ${commit}`, options: RollbackOptions = {}, )
scripts/sparc2/src/git/gitIntegration.ts:124
↓ 5 callersMethodserve
()
scripts/agents/mcp-hello/src/index.ts:79
next →1–100 of 1,315, ranked by callers