
@bdambrosio/cognitive_workbench
Get the API version information from the OSWorld server. Returns API version, server version, and protocol.
@bdambrosio/cognitive_workbench
Clear or swap equipped item. Returns success/failure
@bdambrosio/cognitive_workbench
Flatten Collection to single Note
@bdambrosio/cognitive_workbench
Count words in text. Use to determine length of a document, e.g. to determine if it needs to be summarized before further use
@bdambrosio/cognitive_workbench
Evaluate complex text criteria on each item in a Collection and return a new Collection of matching items. Use to identify relevant items in a Collection
@bdambrosio/cognitive_workbench
Apply operation to each item in Collection
@bdambrosio/cognitive_workbench
Debug tool: Get raw local_grid from world_state
@bdambrosio/cognitive_workbench
Visible item entities within radius R (default/max 7), filtered by forward cone and line-of-sight.
@bdambrosio/cognitive_workbench
Generates zoomable HTML visualization of the spatial map showing walkability, hazards, resources, and observation confidence.
@bdambrosio/cognitive_workbench
Open block-based UI (crafting table, chest, furnace). Returns success/failure
@bdambrosio/cognitive_workbench
Labels a coordinate with a waypoint name for reasoning about spatial relationships. Use to mark important locations for navigation and planning
@bdambrosio/cognitive_workbench
Extract single field value from each Note in Collection
@bdambrosio/cognitive_workbench
Get the current observation from the OSWorld environment. Returns screenshot (base64 PNG) and accessibility tree (JSON).
@bdambrosio/cognitive_workbench
Queries the persistent spatial map representing everything the agent currently knows about the environment (from past and present observations). Useful for reasoning, explanation, and planning.
@bdambrosio/cognitive_workbench
Transform Note structure into Collection
@bdambrosio/cognitive_workbench
Reset embodiment after death - lifecycle/recovery. Returns ok
@bdambrosio/cognitive_workbench
Synchronous wait for 1 second using time.sleep. Useful for timing delays or pacing actions
@bdambrosio/cognitive_workbench
Stop all movement - cancel embodied motion. Critical for safety, interrupts, reflection pauses
@bdambrosio/cognitive_workbench
Evaluate complex text criteria on each item in a Collection and return a new Collection of matching items. Use to identify relevant items in a Collection
@bdambrosio/cognitive_workbench
Reset the OSWorld environment. Soft mode clears step counter only. Hard mode calls DesktopEnv.reset() to revert to snapshot state.
@bdambrosio/cognitive_workbench
Filter Collection by field conditions (SQL WHERE)
@bdambrosio/cognitive_workbench
Generate new text or code content from scratch using natural language prompt via LLM. Use to collect thoughts or generate a coherent statement on a topic
@bdambrosio/cognitive_workbench
Check if text matches regex pattern or contains substring
@bdambrosio/cognitive_workbench
Search Obsidian notes using Obsidian Local REST API. Returns Collection of JSON Notes with fields text, metadata.uri (alias: source_url), metadata.domain, format, char_count
@bdambrosio/cognitive_workbench
Attempt exactly ONE adjacent climb (+1Y) forward. Atomic navigation operation suitable for composition.
@bdambrosio/cognitive_workbench
Generates interactive 3D HTML visualization of the session-local occupancy grid. Opens in browser.
@bdambrosio/cognitive_workbench
Build / modify world - place blocks. ASYNCHRONOUS. Returns request acceptance status
@bdambrosio/cognitive_workbench
Check if a number is positive
@bdambrosio/cognitive_workbench
Extract markdown document structure and content from mixed/embedded text (NOT for converting plain text TO markdown)
@bdambrosio/cognitive_workbench
Close currently open UI. Returns success/failure
@bdambrosio/cognitive_workbench
Check if text contains a question
@bdambrosio/cognitive_workbench
Fetch all text from URL or base64 PDF. Collection-aware (extracts first item if given Collection). Auto-detects format (PDF/HTML/MD/TXT) and extracts complete text content
@bdambrosio/cognitive_workbench
Visible entities within radius R (default/max 7), filtered by view cone and line-of-sight.