maltese-agent

mrojas54/maltese-agent
★ 0 stars Rust AI/LLM Updated 3d ago
"The stuff that dream workflows are made of." A workshop on building and evaluating AI agents using Gemini, Google ADK, and Barnum to build an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "maltese-agent": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "maltese-agent"
      ]
    }
  }
}

README Excerpt

*"We didn't believe your prompt, so we built a workflow."* Most AI applications rely on fragile prompt chains—cheap talk that falls apart under pressure. This is the antidote: a Rust-based AI coding assistant powered by Gemini, designed as a structured, tool-using system rather than a prompt-only application. The goal is to move from ad-hoc prompting to reliable, testable AI workflows using orchestration and tool integration.