romano

ROMANOは、MCPプロトコルを利用した自律型AIエージェントで、複雑なブラウザおよびシステムタスクを実行します。ユーザーの意図を解釈し、リアルタイムでタスクをオーケストレーションすることで、プライバシーとデータの主権を重視した自ホスティング型のソリューションです。モジュール構造により、クライアントとサーバー間の明確な分離が実現されています。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

148

フォーク

0

イシュー

0

README
ROMANO — The Autonomous AI Agent

Retrieval Orchestration for MCP Automation, Navigation & Operations

ROMANO is a self-hosted AI automation agent powered by the MCP protocol.
It executes complex browser and system tasks using structured prompts and real-time orchestration.


🧠 Key Concepts
  • MCP-native: Compatible with tools like Playwright-MCP, shell commands, and more.
  • LLM-assisted: Supports prompt-based reasoning to plan and execute actions.
  • Modular: Clean separation between orchestrator (client) and executor (server).
  • Self-hosted: Built for privacy, control, and data sovereignty.

🛠️ Architecture
  • Client: sends user intents, receives updates and results
  • Server: interprets, orchestrates and executes tasks

✨ Features
  • Web automation (click, snapshot, navigation, extraction)
  • Shell command execution
  • Decision-making via prompt injection
  • Scenario playback and scheduling (coming soon)
  • Real-time updates via SSE/WebSocket