Multica is an open-source AI coding agent harness and orchestration platform developed by multica-ai. It provides a structured runtime architecture designed to orchestrate agent backends, manage skills, and execute automated coding tasks across developer environments. In day-to-day operation, Multica orchestrates underlying AI CLI tools and model engines (including backends like Qwen, Cursor, Copilot, and Pi). It manages agent execution via daemonized processes and structured communication paths, delivering prompts securely over standard streams (such as stdin) to avoid command-line argument mangling and preserve formatting across different operating systems. Multica distinguishes itself through its modular skill system and backend abstraction layer, allowing teams to standardise agent behaviors across different terminal engines and operating systems (with explicit platform optimizations for Windows PowerShell, macOS, and Linux). It includes runtime access controls that allow isolating and hiding private runtimes from non-owners. Multica is distributed as an open-source project hosted on GitHub with an active community and ongoing release cycle.
Tags: agent harness, ai agent, cli, developer tools, OpenSource, productivity