A lightweight personal AI assistant framework for building modular, extensible AI agents. Supports multiple LLM backends, tool/plugin systems, and memory. Current version: 0.1.5.post3. Pre-release/rapidly evolving; breaking changes likely between minor versions as API stabilises.
pip install nanobot-aiVerified import paths — ran on the pinned version, not inferred.
Initialise a NanoBot with an API key and send a simple chat message.
Specify 'nanobot-ai==0.1.5.post3' in requirements.txt.
If you encounter blocking behaviour, wrap calls in asyncio.run() or use the async API directly with 'await bot.chat_async(...)'.
Replace with 'bot.register_plugin("my_plugin")' import.No dependency data recorded yet.