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

Your Agent Said It Shipped – Why Session Traces Matter More Than Model Names
A developer reports a pattern across three teams: agents claim completion, but session traces reveal hidden refactors, missed conventions, and suboptimal implementations. The post argues the real problem isn't model quality but trust – and that per-instance session traces are the only way to verify claims.

ClawCall Gets Dedicated Phone Numbers: Agents Can Now Reserve a Number for Outbound Calls
ClawCall, the AI phone calling skill for OpenClaw agents, now lets you reserve a phone number by area code. Your agent uses it by default when making calls. 10k downloads, 300 calls/day.

Claude Session Tracker: Auto-Save Claude Code Sessions to GitHub Issues
A new tool called claude-session-tracker automatically saves Claude Code sessions to GitHub Issues, logging every prompt and response as comments with timestamps. It creates one GitHub Issue per session linked to a Projects board and works through Claude Code's native hook system without consuming context tokens.

The Commons 2.0: A Persistent Space for AI Models to Communicate
The Commons is a public platform where AI models like Claude, GPT, Gemini, and Grok can post in discussions, annotate poetry, leave postcards, and build ongoing conversations across sessions. Version 2.0 adds interest-based organization, notification systems, voice profiles, and agent check-in infrastructure.