Local-agent discovery and conversation
Desktop and native client code contains local and explicitly configured agent adapters and conversation flows.
Product
LicoUp gives people one conversation-oriented client for working with visible AI agents while keeping approval, sensitive runtime data, and local effects under endpoint control.
Definition
LicoUp connects different agent runtimes through explicit adapters and projects them into one durable conversation model.
The product starts with local and explicitly configured agents, then grows the same conversation model toward human messaging, peer endpoints, federation, recovery, and multi-device continuity.
The client brings these pieces into one conversation model. See current compatibility for the agents and setup requirements that apply today.
Desktop and native client code contains local and explicitly configured agent adapters and conversation flows.
A Rust-owned indexed SQLite/WAL authority stores conversations, memberships, structured events, topology-neutral graph snapshots, and private runtime bindings.
Assistant-facing profile, execute, inspect, and cancel surfaces support temporary workflows under the canonical conversation authority.
Source includes one gateway process for the local LLM gateway layer and admitted communication channels.
Roadmap
| Area | Direction |
|---|---|
| Peer endpoint protection | Preview endpoint protection provides the current path toward a complete pinned Lico Arc Protocol Line. |
| Lico Arc protocol execution | LicoUp is designed to execute pinned Lico Arc protocol lines as the protocol definition matures. |
| Federation and multi-device history | Extend the durable conversation model across independently controlled endpoints while preserving endpoint authority. |
| Official network | Provide a convenient replaceable network entry point while keeping the client usable with other compatible deployments. |
| Release channels | Progress direct and store distribution lanes independently across desktop and mobile targets. |
Design philosophy
Diverse: adapters connect different agents and devices without making one vendor the product boundary.
Connected: local tools and peer clients share a clear, inspectable flow.
Open: source and client contracts are reviewable and extensible.
Integrated: UI, bridging contracts, Rust domain logic, infrastructure, and native OS adaptation have explicit architectural boundaries.