Metadata-Version: 2.4
Name: xomate
Version: 0.0.8
Summary: AgentMake AI MCP Servers - Easy setup of MCP servers running AgentMake AI agentic components.
Home-page: https://toolmate.ai
Author: Eliran Wong
Author-email: support@toolmate.ai
License: GNU General Public License (GPL)
Project-URL: Source, https://github.com/eliranwong/agentmake_mcp
Project-URL: Tracker, https://github.com/eliranwong/agentmake_mcp/issues
Project-URL: Documentation, https://github.com/eliranwong/agentmake_mcp/wiki
Project-URL: Funding, https://www.paypal.me/toolmate
Keywords: mcp agent toolmate ai anthropic azure chatgpt cohere deepseek genai github googleai groq llamacpp mistral ollama openai vertexai xai
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8, <3.13
Requires-Dist: agentmake>=1.0.59
Requires-Dist: agentmakemcp
Requires-Dist: fastmcp
Provides-Extra: genai
Requires-Dist: google-genai>=1.25.0; extra == "genai"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

=========
XoMate AI
=========

Execute. Orchestrate. Automate.

**XoMate.AI is your autonomous execution engine—automating planning, orchestration, and execution of tasks using multiple tools to resolve user requests seamlessly.**

For professionals, teams, and innovators who need more than just chat-based AI, xomate.ai is an intelligent automation agent that plans, coordinates, and executes tasks across multiple tools. Unlike basic AI chatbots, xomate.ai doesn’t just answer—it gets things done.

Core Messaging
--------------

Elevator Pitch
~~~~~~~~~~~~~~

xomate.ai is an automation-first AI agent that takes your goals, creates a structured plan, and executes it by orchestrating multiple tools. It goes beyond conversation—delivering real results.

Value Propositions
~~~~~~~~~~~~~~~~~~

*   **Execute**: Automatically carry out tasks from start to finish.
*   **Orchestrate**: Seamlessly coordinate multiple tools and APIs.
*   **Automate**: Save time and effort by letting xomate.ai handle complex workflows.

Key Differentiators
~~~~~~~~~~~~~~~~~~~

*   Built on the `agentmake.ai <https://github.com/eliranwong/agentmake>`_ framework, proven through `LetMeDoIt.AI <https://github.com/eliranwong/letmedoit>`_, `ToolMate.AI <https://github.com/eliranwong/toolmate>`_ and `TeamGen AI <https://github.com/eliranwong/teamgenai>`_.
*   Execution-focused, not just advisory.
*   Flexible integration with existing tools and APIs.
*   Scalable from individual users to enterprise workflows.
*   **Versatile** – supports 16 AI backends and numerous models, leveraging the advantages of AgentMake AI.
*   **Extensible** – capable of extending functionalities by interacting with Additional AgentMake AI tools or third-party MCP (Modal Context Protocol) servers.

XoMate AI Agentic Workflow
--------------------------

1.  **XoMate AI** receives a request from a user.
2.  **XoMate AI** analyzes the request and determines that it requires multiple steps to complete.
3.  **XoMate AI** generates a ``Master Prompt`` that outlines the steps needed to complete the request.
4.  **XoMate AI** sends the ``Master Prompt`` to a supervisor agent, who reviews the prompt and provides suggestions for improvement.
5.  **XoMate AI** sends the suggestions to a tool selection agent, who selects the most appropriate tools for each step of the ``Master Prompt``.
6.  **XoMate AI** sends the selected tools and the ``Master Prompt`` to an instruction generation agent, who converts the suggestions into clear and concise instructions for an AI assistant to follow.
7.  **XoMate AI** sends the instructions to an AI assistant, who executes the instructions using the selected tools. When the selected tool is not an internal tool, built in with XoMate AI, XoMate AI calls the external tool via interacting with the MCP (Modal Context Protocol) servers, configured by users.
8.  **XoMate AI** monitors the progress of the AI assistant and provides additional suggestions or instructions as needed.
9.  Once all steps are completed, **XoMate AI** provides a concise summary of the results to the user.
10. The user receives the final response, which fully resolves their original request.

Development in Progress
-----------------------

1.  Agentic workflow developed and tested.
2.  Core code built for the agentic workflow.
3.  Tested with AgentMake AI MCP servers.

Pending
~~~~~~~

*   Build an action plan agent to handle random requests.
*   Refine code and improve effectiveness.
*   Test with third-party systems.
*   Select frequently used AgentMake AI tools to include in the main library as built-in tools.
*   Build CLI/TUI interfaces.
*   Build a web UI.
*   Test on Windows, macOS, Linux, and ChromeOS.
*   Test on Android mobile devices.

Custom Features
~~~~~~~~~~~~~~~

*   options to unload some or all built-in tools
*   custom XoMate AI system prompts
*   edit master plan
*   iteration allowance
*   change tools

... more ...

Install (upcoming ...)
----------------------

.. code-block:: bash

    pip install --upgrade xomateai

Attention: The ``xomateai`` package is currently mirroring the ``agentmakemcp`` package. Once the development of XoMate AI reaches the production stage, the actual ``xomateai`` package will be uploaded.

License
-------

This project is licensed under the MIT License - see the `LICENSE <LICENSE>`_ file for details.
