An open API service indexing awesome lists of open source software.

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

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.