https://github.com/yuangwei/obsidian-chatbot
AI Agent for Obsidian
https://github.com/yuangwei/obsidian-chatbot
ai-agent langgraph-js mcp-client obsidian-plugin
Last synced: 10 months ago
JSON representation
AI Agent for Obsidian
- Host: GitHub
- URL: https://github.com/yuangwei/obsidian-chatbot
- Owner: yuangwei
- License: 0bsd
- Created: 2025-05-20T02:54:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-22T11:46:24.000Z (12 months ago)
- Last Synced: 2025-08-30T03:32:14.591Z (10 months ago)
- Topics: ai-agent, langgraph-js, mcp-client, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vibe Writing AI
This plugin vectorizes all Markdown files in your Obsidian vault and offers a "Vibe Write" command to rewrite selected text using context from similar notes.
API base URL, token and model names can be configured from the plugin settings. By default the plugin is compatible with OpenAI's API.
## Development
Install dependencies with `npm i` and run `npm run dev` to build in watch mode.