Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
The open-source agent-serving project
| Date | Stars |
|---|---|
| 2026-07-31 | 482 |
| 2026-08-06 | 482 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
5.0
growth rate 0.00%/day
<!-- # Motus --> <!-- TODO: commit logo to assets/ and replace with repo-relative or raw.githubusercontent path --> <p align="center"> <img alt="Motus" src="assets/motus.png" /> </p> <p align="center"> <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" /></a> <a href="https://github.com/lithos-ai/motus/releases"><img alt="Release" src="https://img.shields.io/github/v/release/lithos-ai/motus" /></a> <a href="https://www.python.org/downloads/"><img alt="Python" src="https://img.shields.io/badge/python-3.12+-blue.svg" /></a> <a href="https://join.slack.com/t/lithosaicommunity/shared_invite/zt-3uf2cykza-P9VETbJAUx7WKjwxMk~06Q"><img alt="Slack" src="https://img.shields.io/badge/Slack-community-purple?logo=slack" /></a> <!-- TODO: add CI badge once URL is live --> <!-- <a href="https://github.com/lithos-ai/motus/actions"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/lithos-ai/motus/ci.yml?branch=main" /></a> --> </p> <h3 align="center"> Higher capability. Lower cost. Faster agents.<br/> Self-managed or cloud deployment, agent serving in one command. Same code, any scale. </h3> <p align="center"> <a href="https://www.lithosai.com/">LithosAI</a> · <a href="https://console.lithosai.cloud/">Cloud</a> · <a href="https://docs.motus.lithosai.com/">Docs</a> · <a href="https://docs.motus.lithosai.com/getting-started/quickstart">Quickstart</a> · <a href="https://github.com/lithos-ai/motus/tree/main/examples">Examples</a> · <a href="https://docs.motus.lithosai.com/contributing/development-setup">Contributing</a> · <a href="https://join.slack.com/t/lithosaicommunity/shared_invite/zt-3uf2cykza-P9VETbJAUx7WKjwxMk~06Q">Slack</a> </p> ## About Motus is an open-source agent serving project that enables higher capability, lower cost, and faster agents. As building agents has never been easier, Motus takes a no-framework approach and provides the infrastructure needed for efficient agent serving. Deploy simply across self-managed and cloud environments at any scale. ## Use with your coding agent The fastest way to get started is to let your coding agent handle building, serving, and deploying with Motus. Motus works out of the box with any coding agent (e.g., Claude Code, Codex, or Cursor). Install the plugin and CLI with one command: ```sh curl -fsSL https://www.lithosai.com/motus/install.sh | sh ``` Then use it directly in your workflow: ``` /motus # activate Motus skills build your agent # start building your agent /motus serve # serve locally /motus deploy # deploy to the cloud ``` See [`plugins/motus/README.md`](plugins/motus/README.md) for marketplace installs and more details. ## Serve & deploy any agent Install Motus to serve agents locally and deploy them to [Motus Cloud](https://console.lithosai.cloud/). Motus supports agents built with: * Motus * OpenAI Agents SDK * Anthropic SDK * Google ADK * Plain Python ### Install Motus in your project Using uv: ```bash uv add lithosai-motus ``` Or with pip: ```bash pip install lithosai-motus ``` ### Serve locally and deploy to the cloud ```bash # Serve locally motus serve start myapp:agent --port 8000 # Chat with your local agent motus serve chat http://localhost:8000 "Hello!" # Deploy to Motus Cloud motus deploy --name myapp myapp:agent # Chat with your deployed agent motus serve chat https://myapp.lithosai.com "Hello!" ``` ## Build with Motus Motus is powered by a serving runtime that automatically converts Python code into parallel, resilient workflows. Everything is designed to be simple, intuitive, and customizable. ### Build an agent ```python from motus.agent import ReActAgent from motus.models import OpenAIChatClient from motus.runtime import resolve from motus.tools import tool @tool # define a simple tool async def search(query:
Excerpt of 10,162 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:c941c9ad9997a1b9, llm:description: 'The open-source agent-serving project'
matched fp:c941c9ad9997a1b9, llm:description: 'The open-source agent-serving project'
matched fp:c941c9ad9997a1b9, llm:description: 'The open-source agent-serving project'