eoka-agent 0.1.4

AI agent interaction layer for browser automation — MCP server, observe/act loop
Documentation
1
2
3
4
5
6
mod mcp;

#[tokio::main]
async fn main() -> anyhow::Result<()> {
    mcp::run_server().await
}