- Open-source web app for your coding task.
- Built with Next.js, CopilotKit.
- Uses a coding assistant LangGraph agent for generating responses .
- Simplifies developers task.
Demo Video | Blog Post |
---|---|
- Obtain a GROQ_API_KEY.
- Clone the repository to your local machine:
git clone https://github.com/AbhinavTheDev/coding-agent.git
- Navigate to the agent directory:
cd agent
- Install dependencies using Poetry:
poetry install
- Create a
.env
file inside the./agent
directory with your GROQ_API_KEY:GROQ_API_KEY=YOUR_API_KEY_HERE
- Run the agent demo:
poetry run demo
- Navigate to the UI directory:
cd ./ui
- Install dependencies using npm:
npm i
- Create a
.env
file inside the./ui
directory with your GROQ_API_KEY:GROQ_API_KEY=YOUR_API_KEY_HERE
- Run the Next.js project:
npm run dev
- Ensure no other local application is running on port 8000.
- In the file
/agent/rag_agent/demo.py
, change the address from0.0.0.0
to127.0.0.1
orlocalhost
if needed.
Hi, I'm Abhinav! π
Connect with me on LinkedIn, X and check out my other projects on GitHub.