README file from
GithubZulu Agent
Fully native Agentic AI for your Obsidian vault. Chat with your notes, use tools to search, read, and modify files/folders — all powered by AI.
Features
As of 3.3.0:
- [NEW] Local AI support (LM Studio & Ollama).
- [NEW] Create & edit CSS snippets directly from the chat through natural language.
- [NEW] Improved UI/UX.
- Create/Edit/Search/Read/Rename/Delete .md, .base & .canvas files through the chat interface.
- Create/Rename/Delete folders.
- Vault structure context / native system prompt / current open file context.
- Prompt saving (templates).
Configuration
- Open Settings → Zulu Agent
- Go to the Models & Providers tab
- Add your API keys for the providers you want to use
- Configure your chat models
- Configure system/tool settings
Development
# Clone the repository
git clone https://github.com/foundlegacy/zulu-agent.git
# Install dependencies
cd zulu-agent
npm install
# Build
npm run build
# Copy to your vault for testing
cp main.js styles.css manifest.json /path/to/vault/.obsidian/plugins/zulu-agent/
# Or use dev mode with hot reload (requires the Hot Reload community plugin)
npm run dev
Support
If you find Zulu Agent useful, consider supporting development:
License
MIT © foundlegacy