Skip to content
Krishnakanth Alagiri edited this page May 13, 2024 · 4 revisions

Welcome to the Meeseeks: The Personal Assistant wiki! πŸ‘‹

Wiki GitHub Actions Workflow Status Docker Image GitHub Release

This Wiki is still under construction. New Contributions are welcome!

Project Motivation πŸš€

Meeseeks is an innovative AI assistant built on a multi-agent large language model (LLM) architecture. It tackles complex problems by breaking them down into atomic, reproducible tasks, each handled by autonomous agents powered by LLMs. This approach, combined with semantic caching, significantly enhances efficiency and reduces LLM calls. It is also tested to work with OpenAI-compatible endpoints [*]. Meeseeks can also call different endpoints for different tools.

Features πŸ”₯

Note

Visit Features - Wiki for detailed information on tools and integration capabilities.

Installating and Running Meeseeks

Important

For Docker or manual installation, running, and configuring Meeseeks, visit Installation - Wiki.


Contributing πŸ‘

We welcome contributions from the community to help improve Meeseeks. Whether you want to fix a bug, add a new feature, or integrate a new tool, your contributions are highly appreciated.

To contribute to Meeseeks, please follow these steps:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your contribution.
  3. Make your changes, commit your changes and push them to your forked repository.
  4. Open a pull request to the main repository, describing your changes and the problem they solve.
  5. Follow the Contributions (Wiki) for guidelines.

Bug Reports and Feature Requests 🐞

If you encounter any bugs or have ideas for new features, please open an issue on our issue tracker. We appreciate detailed bug reports that include steps to reproduce the issue and any relevant error messages.

Thank you for considering contributing to Meeseeks! Let's build cool stuff!