MCPcopy Create free account

hub / github.com/HKUDS/OpenOPC / functions

Functions10,715 in github.com/HKUDS/OpenOPC

↓ 13 callersMethod_broadcast_org_info
Build org_info payload and broadcast to ALL connected clients.
opc/plugins/office_ui/ws_handler.py:3693
↓ 13 callersMethod_handle_create_session
Create a new Task (PENDING) + engine session. Broadcasts session_created.
opc/plugins/office_ui/ws_handler.py:5009
↓ 13 callersMethod_make_opc_event
(self, event_type: str, payload: dict)
tests/test_session_integration.py:3229
↓ 13 callersMethod_mark_company_runtime_checkpoint_status
( self, checkpoint: ExecutionCheckpoint, *, status: str, payload_updat
opc/engine.py:9588
↓ 13 callersFunction_parse_view_args
(args: list[str], *, default: int = _SLASH_DEFAULT_LIMIT)
opc/cli/app.py:3202
↓ 13 callersMethod_raw_insert_role_session
Insert directly via SQL so we bypass save_role_runtime_session's upsert-by-PK behaviour and keep the legacy row intact for the migrati
tests/test_role_session_id_unification.py:147
↓ 13 callersFunction_refresh_cli_org_runtime
(state: _InteractiveChatState)
opc/cli/app.py:4310
↓ 13 callersMethod_run_work_item
( self, task: Task, task_by_projection_id: dict[str, Task], *, member_
opc/layer2_organization/company_mode.py:4906
↓ 13 callersMethod_save
(self, *items: DelegationWorkItem)
tests/test_review_verdict_and_dep_refresh.py:100
↓ 13 callersMethod_set_company_runtime_control
( self, target: dict[str, Any] | None, *, state: str, checkpoint_id: s
opc/plugins/office_ui/ws_handler.py:5979
↓ 13 callersFunction_stub_bus
()
tests/test_channels.py:18
↓ 13 callersFunction_value_text
(value: Any, default: str = "")
opc/cli/app.py:3137
↓ 13 callersFunction_wi
(metadata: dict | None = None)
tests/test_work_item_context_view.py:15
↓ 13 callersFunctionanalyzeCheckpointMessages
(messages: ChatMessage[])
opc/plugins/office_ui/frontend_src/chat/checkpointUtils.ts:95
↓ 13 callersMethodappend_session_message
( self, session_id: str, role: str, *, text: str = "", part_ty
opc/layer5_memory/memory_manager.py:599
↓ 13 callersMethodauthorize_tool_call
( self, task: Task | None, tool_name: str, arguments: dict[str, Any],
opc/layer2_organization/approval.py:127
↓ 13 callersMethodbootstrap
(self, tasks: list[Task])
opc/layer2_organization/company_runtime.py:541
↓ 13 callersMethodbuild_invocation_metadata
(self, cmd: list[str])
opc/layer3_agent/adapters/base.py:127
↓ 13 callersFunctioncollect_visual
(opc_events: list[OPCEvent], adapter: EventAdapter)
opc/plugins/office_ui/tests/test_integration_real_agents.py:105
↓ 13 callersMethodget_message
(self, msg_id: str)
opc/database/store.py:3012
↓ 13 callersMethodget_role_session_adapter_state
Read the per-agent token entry from ``adapter_session_state``. Returns the stored dict (``{"resume_session_id": ..., ...}``) or ``Non
opc/database/store.py:4009
↓ 13 callersFunctionid
(s)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:8
↓ 13 callersFunctioninfer_turn_mode
Classify the turn the agent is about to run. ``work_item`` is the DelegationWorkItem (or any object exposing the same ``phase`` / ``kind`` /
opc/layer2_organization/turn_mode.py:59
↓ 13 callersFunctionje
(s)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:1
↓ 13 callersMethodlist_agents
(self)
opc/layer2_organization/org_engine.py:246
↓ 13 callersMethodmemory_path
(self, project_id: str | None = None)
opc/layer5_memory/markdown_memory.py:36
↓ 13 callersMethodnormalize_shell_command
(cls, command: Any)
opc/layer3_agent/adapters/base.py:771
↓ 13 callersFunctionoe
(s,l)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:1
↓ 13 callersMethodpublish_normalized
(self, normalized: dict[str, Any])
opc/channels/base.py:172
↓ 13 callersFunctionqr
(e)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:148
↓ 13 callersMethodread_bytes
Read raw file content from disk.
opc/core/attachment_store.py:247
↓ 13 callersMethodread_inbox
( self, agent_id: str, task_id: str | None = None, task_ids: list[str] | None
opc/layer2_organization/communication.py:1838
↓ 13 callersFunctions
(j)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:9
↓ 13 callersMethodsave_session
(self, session: SessionRecord)
opc/database/store.py:6036
↓ 12 callersFunctionZ
()
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:9
↓ 12 callersFunction_add_execution_turn_aliases
Add canonical UI aliases for runtime Task / execution turn identity.
opc/plugins/office_ui/ws_handler.py:98
↓ 12 callersFunction_append
(token: str)
opc/layer2_organization/data_acquisition_policy.py:286
↓ 12 callersMethod_build_self_section
Render the unified 'who I am' block for the current role. This is the single canonical source for role identity, employee assignment,
opc/layer1_perception/context_assembler.py:1545
↓ 12 callersFunction_busy_slash_policy
(command: str, args: list[str])
opc/cli/app.py:7467
↓ 12 callersMethod_continue_task_mode_execution
( self, decision: RouterDecision, original_message: str, work_item_plan: Compa
opc/engine.py:2302
↓ 12 callersMethod_ensure_checkpoint_runtime_v2_payload
( self, checkpoint: ExecutionCheckpoint, task: Task | None = None, )
opc/engine.py:4247
↓ 12 callersMethod_ensure_columns
(self, table: str, columns: dict[str, str])
opc/database/store.py:1686
↓ 12 callersFunction_env
(name: str, default: str = "", env: Mapping[str, str] | None = None)
opc/layer4_tools/collaboration_dispatch.py:43
↓ 12 callersMethod_find_pending_escalation
( self, *, task_id: str | None = None, escalation_id: str | None = None,
opc/plugins/office_ui/ws_handler.py:1965
↓ 12 callersMethod_load_company_runtime_snapshot
( self, parent_session_id: str | None, )
opc/engine.py:4958
↓ 12 callersFunction_make_role
( tools: list[str] | None = None, *, role_id: str = TASK_MODE_GENERAL_ROLE_ID, can_spawn: list
tests/test_task_mode_contract.py:111
↓ 12 callersMethod_normalize_attachment_refs
(self, attachments: list[Any] | None)
opc/engine.py:7372
↓ 12 callersFunction_normalize_session_preferred_agent
( value: Any, *, default: str = "native", )
opc/plugins/office_ui/snapshot_builder.py:1819
↓ 12 callersMethod_parse_json_line
(text: str)
opc/layer3_agent/adapters/base.py:756
↓ 12 callersMethod_rank_items
(self, counts: dict[str, Any], *, limit: int = 6)
opc/layer5_memory/employee_evolution.py:959
↓ 12 callersMethod_raw_insert
( self, *, role_session_id: str, run_id: str, role_id: str, te
tests/test_role_session_merge_rich.py:42
↓ 12 callersMethod_record
( self, task: Task | None, action_kind: str, action_name: str, target_
opc/layer2_organization/approval.py:1577
↓ 12 callersMethod_refresh_snapshot
(self, *, reason: str, silent: bool = False)
opc/plugins/cli_board/tui/app.py:1077
↓ 12 callersMethod_resolve_current_turn_mode
( self, session: CompanyMemberSession, task: Task | None = None, )
opc/layer2_organization/company_runtime.py:374
↓ 12 callersFunction_run_bound_handler
( handler: BoundHandler, args: dict[str, Any], env: Mapping[str, str] | None = None, )
opc/layer4_tools/collaboration_dispatch.py:182
↓ 12 callersMethod_run_state
(self)
opc/layer2_organization/company_mode.py:1388
↓ 12 callersMethod_serialize_message
(self, message: AgentMessage)
opc/layer2_organization/communication.py:166
↓ 12 callersMethod_serialize_session
(self, session: CompanyMemberSession)
opc/layer2_organization/company_runtime.py:2711
↓ 12 callersFunction_utc_now
()
opc/layer5_memory/employee_evolution.py:19
↓ 12 callersFunctionai
(s)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:9
↓ 12 callersFunctionassert_lifecycle
Assert the fundamental agent lifecycle: agent_active ... waiting.
opc/plugins/office_ui/tests/test_integration_real_agents.py:112
↓ 12 callersFunctionb
(ce,ae)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:8
↓ 12 callersFunctionbaseMessage
(id: string, content: string, timestamp: number, sender = 'system')
opc/plugins/office_ui/frontend_src/chat/MessageList.test.tsx:82
↓ 12 callersFunctioncanonical_work_item_turn_type_for_kind
Map a WorkItem/runtime business kind to the canonical runtime turn type.
opc/layer2_organization/work_item_identity.py:54
↓ 12 callersFunctionci
(t)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:24
↓ 12 callersFunctioncoerce_phase
Parse a phase value from a string/Phase, raising ValueError on garbage.
opc/layer2_organization/phase.py:494
↓ 12 callersFunctiondeserialize_company_work_item_runtime_plan
(data: dict[str, Any] | None)
opc/layer2_organization/company_mode.py:316
↓ 12 callersMethoddestroy
(fromScene?: boolean)
opc/plugins/office_ui/frontend_src/game/entities/Agent.ts:356
↓ 12 callersFunctiondi
(e,t="Pending")
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:77
↓ 12 callersFunctiondt
(s,l)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:8
↓ 12 callersFunctionfi
(e,t)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:78
↓ 12 callersFunctionhi
(e,t)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:60
↓ 12 callersMethodlist
(self)
opc/plugins/office_ui/services/agent.py:18
↓ 12 callersMethodload_all
Scan system + project skill directories and load metadata.
opc/layer5_memory/skill_library.py:52
↓ 12 callersMethodlocator
(self, selector: str)
tests/test_browser_tools.py:97
↓ 12 callersFunctionmi
(e,t,n)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:24
↓ 12 callersFunctionni
(s,l)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:8
↓ 12 callersMethodparse_progress
Parse on_progress callback strings into VisualEvents. Progress updates can originate from native or external execution. Prefer the ex
opc/plugins/office_ui/event_adapter.py:492
↓ 12 callersMethodpress
(self, key: str)
tests/test_browser_tools.py:29
↓ 12 callersFunctionq
()
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:9
↓ 12 callersMethodrole_new_dir
(self, role_id: str)
opc/layer2_organization/comms.py:133
↓ 12 callersMethodsave_execution_checkpoint
(self, checkpoint: ExecutionCheckpoint)
opc/database/store.py:6979
↓ 12 callersMethodsave_memory
(self, content: str, project: bool = False)
opc/layer5_memory/memory_manager.py:90
↓ 12 callersMethodstore_is_ready
(store: Any)
opc/plugins/office_ui/services/context.py:98
↓ 12 callersFunctionsummarizeText
(value: unknown, fallback = 'Pending')
opc/plugins/office_ui/frontend_src/workspace/ProjectCockpit.tsx:18
↓ 12 callersMethodtext
(self)
opc/layer4_tools/web_search.py:40
↓ 12 callersMethodupdate_role_session_adapter_state
Merge a single-agent entry into ``adapter_session_state``. PR6: the resume token for each external agent (codex, claude_code, opencod
opc/database/store.py:3935
↓ 12 callersFunctionw
(D,B,L,G)
opc/plugins/office_ui/frontend_dist/assets/phaser-DFK5Ua9d.js:18
↓ 12 callersFunctionwork_item_to_kanban
( item: Any, display_num: int, *, board_id: str, event_adapter: EventAdapter | None = None
opc/plugins/office_ui/snapshot_builder.py:1310
↓ 12 callersFunctionwrite_org_index
(config_dir: Path, organization_id: Any)
opc/core/org_config.py:94
↓ 11 callersFunctionCi
(t)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:24
↓ 11 callersFunctionEi
(e,t)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:148
↓ 11 callersFunctionIi
(e)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:148
↓ 11 callersFunctionKe
(s)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:8
↓ 11 callersFunctionNi
(e)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:78
↓ 11 callersFunctionRi
(e,t)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:148
↓ 11 callersFunctionSt
(s)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:8
↓ 11 callersFunctionTi
()
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:154
↓ 11 callersFunctionVe
(s)
opc/plugins/office_ui/frontend_dist/assets/index-iXYjKKT7.js:8
↓ 11 callersFunction_clean_list
(values: Any)
opc/layer2_organization/org_work_item_planner.py:397
← previousnext →401–500 of 10,715, ranked by callers