Metadata-Version: 2.4
Name: nano_manus
Version: 0.0.1
Summary: Implementing some features of Manus with MCP
Author-email: Gus <contact@memobase.io>
Requires-Python: >=3.11
Requires-Dist: mcp>=1.3.0
Requires-Dist: openai>=1.65.4
Requires-Dist: rich>=13.9.4
Description-Content-Type: text/markdown

<div align="center">
  <h1>🐜 nano_manus</h1>
  <p><strong>Educational Multi-Agent Scaffold( 🚧Still in Development🚧)</strong></p>
  <p>
    <a href="https://pypi.org/project/nano_manus/" > 
    	<img src="https://img.shields.io/badge/python->=3.11-blue">
    </a>
    <a href="https://pypi.org/project/nano_manus/">
      <img src="https://img.shields.io/pypi/v/nano_manus.svg">
    </a>
  </p>
</div>




## Features

- **Small**: `nano_manus` will be less than 1000 LOC.
- **MCP Agent in one line**: Check [examples](./examples)
- **Plan-then-Execute**: `nano_manus` will gather your agents, make the plans and then assign the correct jobs to your agents



## QuickStart

#### Run a MCP agent

```bash
uv sync
uv run examples/file_agent_demo.py
```

This agent will write `nano_manus is here` to the file `./examples/hello_world.txt`

