General Bots: Open-source AI agent platform for self-hosted enterprise automation

What General Bots is
General Bots is an open-source, self-hostable AI agent platform that started as a side project in 2019 by a small group in Brazil. The original concept was to create a single platform where AI could operate inside companies, avoiding the need to stitch together separate chatbots, automations, dashboards, documents, APIs, and AI models.
Key features and components
The platform has accumulated several components over years of development:
- AI agents that execute workflows
- Conversational interfaces over documents and company data
- Knowledge bases and vector search
- Automation pipelines
- CRM-style customer interactions
- Omnichannel messaging
- Document processing (including PDFs)
- Collaboration tools
- Integrations with APIs and internal systems
- Support for different LLM providers
The system can run with different AI models, including local ones, and is designed to avoid vendor lock-in. According to the developers, some features that are now considered "new AI features" were already built into General Bots years ago.
Target use cases
This approach makes General Bots particularly suitable for organizations where sending company data to external AI services isn't always possible, such as governments, regulated industries, or any organization wanting full control over their infrastructure.
The project is available on GitHub at https://github.com/GeneralBots and includes comparison materials showing work-in-progress tools compared to Microsoft 365 functionality.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Alfred Beta Launches: Simplified OpenClaw Alternative for Non-Technical Users
Alfred is a new beta tool that provides approximately 70% of OpenClaw's functionality with significantly reduced complexity, featuring simple defaults for app connections, memory, usage modes, and infrastructure while allowing customization.

Structured Reasoning Template Improves AI Code Review Accuracy
A Reddit user shares a structured reasoning template adapted from Meta research that forces AI models to complete specific analytical steps before generating code reviews, improving accuracy by 5-12 percentage points according to arXiv:2603.01896.

Flotilla v0.5.0 Overhauls Background Execution to Beat Claude SDK Credit Caps
Flotilla v0.5.0 replaces sequential agent execution with non-blocking parallel loops, 30-minute per-agent timeouts, and local delegation to cut SDK credit usage.

Six GitHub Repositories for Claude Code Development
A Reddit user tested and shared six GitHub repositories designed to improve Claude Code projects, including tools for structured development, UI generation, task management, memory, ecosystem exploration, and workflow automation.