A literay agent that supports aspiring authors in their journey of delivering a manuscript.
add what this project is about
How to get this running locally
Go to ./backend and create .env file. Follow the example in .env.example.
The backend is built using the LangChain CLI and utilizes LangGraph's create_react_agent for agent creation.
cd backend
poetry install
poetry run python -m app.serverThe frontend is generated using the assistant-ui CLI tool.
cd frontend
yarn install
yarn dev