Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 642 Bytes

File metadata and controls

37 lines (26 loc) · 642 Bytes

OpenManus

An open-source framework for building general AI agents

Features

  • Modular architecture for easy extension
  • Built-in tools for file, web, GitHub, code, and system operations
  • FastAPI backend with React frontend
  • Comprehensive test suite
  • CI/CD pipeline with GitHub Actions

Installation

pip install openmanus

Development

  1. Clone the repository
  2. Install dependencies:
    pip install -r requirements-dev.txt
  3. Run tests:
    pytest

Contributing

Contributions are welcome! Please read our contributing guidelines and code of conduct.

License

MIT License