> ## Documentation Index
> Fetch the complete documentation index at: https://uom-demo.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# UOM ACP Server

> Entrypoint for the UOM ACP ([Agent Client Protocol](https://agentclientprotocol.com/get-started/introduction)) server, which provides a standardized interface for agents to interact with code editors/IDEs, and is used as the main interface for the UOM Deep Agent.[<span className="flex items-center gap-1"><Icon icon="external-link"/>View Source</span>](https://github.com/corovcam/Universal-Object-Mapping/tree/main/services/orchestrator/src/uom_acp/main.py)

Demo coding agent using ACP.

#### uom\_acp.main.main

```python theme={null}
def main() -> None
```

[<span className="flex items-center gap-1"><Icon icon="external-link" />View Source</span>](https://github.com/corovcam/Universal-Object-Mapping/blob/main/services/orchestrator/src/uom_acp/main.py#L102)

Run the UOM deep agent.
