A sophisticated AI-powered writing assistant that helps users develop written content through collaborative conversation and structured research.
- Interactive chat-based interface for writing assistance
- Intelligent conversation agent that understands writing needs
- Research capability with knowledge tree generation
- Structured writing approach with customizable templates
- Evaluation system to ensure high-quality responses
- Conversation history saving
- Support for multiple LLM providers (currently OpenAI)
- Node.js (v14 or higher)
- OpenAI API key
- TypeScript
- git clone
- npm install
Start the chat: npm run chat Run tests: npm test