Run Server
Start the LangGraph development server for the research agent.
Instructions
Run the following command to start the server:
bash
cd /home/rajathdb/research_agent && langgraph dev
Server URLs
Once running, access:
| Service | URL |
|---|---|
| API | http://127.0.0.1:2024 |
| Studio UI | https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024 |
| API Docs | http://127.0.0.1:2024/docs |
Quick Test
To test with a new research topic in Studio:
- •Open the Studio UI link above
- •Create a new thread (important!)
- •Submit input:
json
{
"topic": "Your research topic",
"review_mode": "autonomous",
"max_iterations": 5
}
Stop Server
Press Ctrl+C in the terminal to stop the server.