Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/openagents-org/openagents
/ functions
Functions
10,121 in github.com/openagents-org/openagents
⨍
Functions
10,121
◇
Types & classes
1,762
↳
Endpoints
172
↓ 3,752 callers
Method
get
(key?: string)
packages/launcher/src/main/agent-manager.ts:41
↓ 1,969 callers
Function
print
(msg)
packages/agent-connector/src/cli.js:51
↓ 1,325 callers
Method
error
* Error level logging - for errors (always logged)
sdk/studio/src/utils/logger.ts:114
↓ 1,033 callers
Method
info
* Info level logging - for general information
sdk/studio/src/utils/logger.ts:89
↓ 689 callers
Method
log
* Log level logging - alias for info
sdk/studio/src/utils/logger.ts:98
↓ 616 callers
Function
cn
(...inputs: ClassValue[])
sdk/studio/src/lib/utils.ts:10
↓ 578 callers
Method
debug
* Debug level logging - for detailed debugging information
sdk/studio/src/utils/logger.ts:80
↓ 540 callers
Method
push
(chunk)
packages/agent-connector/src/adapters/cline-stream.js:372
↓ 442 callers
Method
filter
(self, record)
sdk/src/openagents/client/cli_network.py:354
↓ 377 callers
Method
ok
(data)
packages/agent-connector/test/nanoclaw.test.js:127
↓ 377 callers
Function
set
(obj: any, path: string, value: any)
sdk/studio/src/utils/helpers.ts:180
↓ 319 callers
Method
post
Send a message to this channel. Args: content: Message content (string or dict) **kwargs: Additional message paramete
sdk/src/openagents/sdk/workspace.py:214
↓ 309 callers
Method
on
* Event handling
sdk/studio/src/services/eventConnector.ts:674
↓ 292 callers
Function
json_response
Return a JSON response with a specific code.
workspace/backend/app/response.py:27
↓ 269 callers
Method
add
Mark an outId processed and persist. Now-timestamp is injected (testable).
packages/agent-connector/src/adapters/nanoclaw-delivery-store.js:89
↓ 260 callers
Method
_log
(msg)
packages/agent-connector/src/daemon.js:922
↓ 258 callers
Method
time
* Start a timer
sdk/studio/src/utils/logger.ts:164
↓ 228 callers
Method
execute
Execute the tool with the provided parameters. Automatically detects whether the underlying function is async or sync and ha
sdk/src/openagents/models/tool.py:41
↓ 225 callers
Method
exists
Check if file exists at storage key.
workspace/backend/app/storage.py:29
↓ 210 callers
Function
get
( obj: any, path: string, defaultValue?: T )
sdk/studio/src/utils/helpers.ts:159
↓ 176 callers
Function
Header
()
sdk/studio/src/components/layout/components/header.tsx:6
↓ 158 callers
Method
set
(key: string | Record<string, unknown>, value?: unknown)
packages/launcher/src/main/store.ts:48
↓ 156 callers
Method
send_event
Send an event to the network.
tests/studio/test_messaging_mod_with_http_api.py:167
↓ 151 callers
Method
has
(key: string)
packages/launcher/src/main/store.ts:62
↓ 148 callers
Function
resolve
(mode: ThemeMode)
packages/launcher/src/renderer/store/theme.ts:21
↓ 147 callers
Function
cn
(...inputs: ClassValue[])
workspace/frontend/lib/utils.ts:4
↓ 136 callers
Method
warn
* Warning level logging - for warnings
sdk/studio/src/utils/logger.ts:105
↓ 123 callers
Function
cn
(...inputs: ClassValue[])
packages/go/web/lib/utils.ts:4
↓ 112 callers
Method
invoke
(self, inputs)
tests/agents/test_langchain_agent.py:568
↓ 111 callers
Method
handle
(ev)
packages/agent-connector/src/adapters/copilot.js:597
↓ 108 callers
Method
write
(self, data)
tests/agents/test_amp.py:88
↓ 105 callers
Method
which
(self)
sdk/src/openagents/registry/loader.py:414
↓ 104 callers
Function
cn
(...inputs: ClassValue[])
packages/launcher/src/renderer/lib/utils.ts:4
↓ 99 callers
Method
run
(self, task)
tests/agents/test_autogen_agent.py:392
↓ 97 callers
Method
model_dump
Pydantic-style model dump for backward compatibility.
sdk/src/openagents/mods/workspace/messaging/thread_messages.py:888
↓ 95 callers
Function
success_response
Return a standard success response.
workspace/backend/app/response.py:22
↓ 93 callers
Method
has
(re)
packages/agent-connector/src/adapters/copilot.js:736
↓ 87 callers
Method
kill
Kill the HTTP server.
sdk/src/openagents/client/cli_helpers.py:1078
↓ 84 callers
Method
disconnect
Disconnect from the network server.
sdk/src/openagents/sdk/client.py:396
↓ 83 callers
Method
send_event
Send an event to the network. Args: event: The event to send Returns: Optional[EventResponse]: The response
sdk/src/openagents/sdk/base_mod.py:325
↓ 80 callers
Method
connect
Connect to a network server (alias for connect_to_server). This is a cleaner alias for the connect_to_server method. Args:
sdk/src/openagents/sdk/client.py:350
↓ 78 callers
Method
resolve
* Apply resolve_env rules to map generic vars to provider-specific vars. * * Rules format (from YAML plugin definition): * { from: 'LLM_API
packages/agent-connector/src/env.js:74
↓ 77 callers
Method
create_task
Create a new task in the store. Args: task: The task to create Returns: The created task (may have updated f
sdk/src/openagents/sdk/a2a_task_store.py:41
↓ 77 callers
Method
sendEvent
* Send an event to the network and get immediate EventResponse
sdk/studio/src/services/eventConnector.ts:399
↓ 77 callers
Function
set
(key: string, value: unknown)
packages/launcher/src/renderer/pages/settings/index.tsx:220
↓ 75 callers
Function
run_openagents
Run an openagents CLI command and return the result. Tries the `openagents` binary first, falls back to the entry point script next to the cu
tests/platform/conftest.py:130
↓ 74 callers
Method
initialize
Initialize the mod. Returns: bool: True if initialization was successful, False otherwise
sdk/src/openagents/sdk/base_mod.py:156
↓ 71 callers
Method
text
(t)
packages/agent-connector/src/mcp-server.js:533
↓ 70 callers
Function
reject
(code: string)
packages/agent-connector/nanoclaw-channel/openagents.ts:460
↓ 69 callers
Function
safe_print
Print text safely on all platforms. On Windows with cp1252, Unicode characters (box-drawing, emoji) cause UnicodeEncodeError. This replaces u
tests/platform/conftest.py:169
↓ 66 callers
Method
shutdown
Shutdown the mod gracefully. Returns: bool: True if shutdown was successful, False otherwise
sdk/src/openagents/sdk/base_mod.py:164
↓ 65 callers
Function
_verify_workspace_access
Check if the caller has access to a workspace via token, bearer owner, or collaborator.
workspace/backend/app/routers/network.py:106
↓ 65 callers
Method
register_event_handler
Register an event handler for the mod. Args: handler: The handler function to register patterns: The patterns to matc
sdk/src/openagents/sdk/base_mod.py:172
↓ 64 callers
Method
read
Read file data by storage key.
workspace/backend/app/storage.py:21
↓ 60 callers
Method
flush
()
packages/agent-connector/src/adapters/cline-stream.js:386
↓ 60 callers
Method
remove
(id: string)
packages/launcher/src/main/connections-store.ts:124
↓ 60 callers
Method
request
(path: string, options: RequestInit = {})
packages/go/web/lib/api.ts:63
↓ 57 callers
Function
_resolve_workspace
Resolve workspace by ID or slug.
workspace/backend/app/routers/network.py:92
↓ 56 callers
Method
_handleMessage
(msg)
packages/agent-connector/src/adapters/amp.js:237
↓ 55 callers
Method
clear
Clear all tasks from the store.
sdk/src/openagents/sdk/a2a_task_store.py:392
↓ 54 callers
Method
sendStatus
(channel, content, extraMeta)
packages/agent-connector/src/adapters/base.js:799
↓ 52 callers
Method
delete
(key: string)
packages/launcher/src/main/store.ts:57
↓ 52 callers
Method
delete
Delete file data by storage key.
workspace/backend/app/storage.py:25
↓ 52 callers
Function
logRun
(msg)
tests/e2e/agent-smoke.js:75
↓ 52 callers
Method
run
Start the adapter: heartbeat + poll loop.
sdk/src/openagents/adapters/base.py:68
↓ 51 callers
Function
log
(msg)
packages/agent-connector/src/tui.js:216
↓ 50 callers
Method
sendError
(channel, error)
packages/agent-connector/src/adapters/base.js:912
↓ 47 callers
Method
emit
(obj)
packages/agent-connector/test/nanoclaw.test.js:404
↓ 47 callers
Function
handler
(event: any)
sdk/studio/src/stores/feedStore.ts:580
↓ 46 callers
Method
_create_response
Create a standardized event response.
sdk/src/openagents/mods/coordination/task_delegation/mod.py:288
↓ 46 callers
Method
_wsHeaders
(token)
packages/agent-connector/src/workspace-client.js:787
↓ 45 callers
Function
_push
(arr, dir)
packages/agent-connector/src/paths.js:402
↓ 44 callers
Function
create_text_message
Create a simple text message.
sdk/src/openagents/models/a2a.py:377
↓ 44 callers
Method
group
* Group logs together (useful for debugging)
sdk/studio/src/utils/logger.ts:133
↓ 44 callers
Method
send
Send a direct message to this agent. Args: content: Message content (string or dict) **kwargs: Additional message par
sdk/src/openagents/sdk/workspace.py:42
↓ 43 callers
Function
verbose_print
Print message only if verbose mode is enabled. Args: *args: Arguments to pass to print() **kwargs: Keyword arguments to pass to p
sdk/src/openagents/utils/verbose.py:8
↓ 42 callers
Method
channel
Get a specific channel by name. Args: channel_name: Name of the channel (with or without # prefix) Returns:
sdk/src/openagents/sdk/workspace.py:1088
↓ 42 callers
Method
close
(self)
tests/agents/test_amp.py:94
↓ 42 callers
Method
destroy
()
sdk/studio/src/services/collaborationService.ts:322
↓ 42 callers
Method
get_storage_path
Get the storage path for this mod. Returns: Optional[Path]: Path to mod's storage directory, or None if no workspace manager
sdk/src/openagents/sdk/base_mod.py:237
↓ 41 callers
Method
announce_agent
Announce a remote A2A agent to the registry. This fetches the agent's Agent Card and creates an AgentConnection for registration in t
sdk/src/openagents/sdk/a2a_registry.py:132
↓ 41 callers
Function
networkFetch
( host: string, port: number, endpoint: string, options: RequestInit & HttpClientOptions & { useHttps?
sdk/studio/src/utils/httpClient.ts:144
↓ 41 callers
Function
requireManager
()
packages/launcher/src/main/index.ts:1405
↓ 40 callers
Method
clear
* Clear all read message data (for debugging or reset)
sdk/studio/src/utils/readMessageStore.ts:95
↓ 40 callers
Method
click
Click an element by CSS selector.
workspace/backend/app/browser.py:214
↓ 40 callers
Method
sendResponse
(channel, content)
packages/agent-connector/src/adapters/base.js:834
↓ 39 callers
Method
load
()
packages/agent-connector/src/config.js:22
↓ 39 callers
Method
register_agent
Register an agent with the network. Args: agent_id: Unique identifier for the agent transport_type: Transport type us
sdk/src/openagents/sdk/network.py:468
↓ 38 callers
Function
create_log_entry
Helper function to create a log entry dictionary.
tests/lms/test_llm_log_reader.py:33
↓ 38 callers
Method
wait
Wait for the server thread to finish.
sdk/src/openagents/client/cli_helpers.py:1068
↓ 37 callers
Function
waitFor
(fn, timeoutMs = 2000, stepMs = 10)
packages/agent-connector/test/nanoclaw.test.js:71
↓ 36 callers
Method
getAgentId
()
sdk/studio/src/services/eventConnector.ts:973
↓ 35 callers
Method
load
Load an AgentNetwork from a YAML configuration file. Args: config: String or Path to a YAML config file, or None to auto-discover
sdk/src/openagents/sdk/network.py:251
↓ 33 callers
Method
_get_request_id
Extract request_id from message, with fallback to event_id.
sdk/src/openagents/mods/workspace/wiki/mod.py:465
↓ 33 callers
Method
delete
* Delete env file for an agent type.
packages/agent-connector/src/env.js:57
↓ 33 callers
Function
onData
(data: string)
packages/launcher/src/main/index.ts:1203
↓ 33 callers
Method
send_message
Handle sending events/messages via HTTP.
sdk/src/openagents/sdk/transports/http.py:995
↓ 32 callers
Method
_send_error
Send an error message to a channel.
sdk/src/openagents/adapters/base.py:353
↓ 32 callers
Function
makeAdapter
* Build a CopilotAdapter wired to the mock CLI with all network sends captured.
packages/agent-connector/test/copilot.test.js:22
↓ 32 callers
Method
render
()
packages/launcher/src/renderer/components/ErrorBoundary.tsx:28
next →
1–100 of 10,121, ranked by callers