Skip to content

Add AGENTS.md with Cursor Cloud development instructions#1

Merged
unnita1235-code merged 1 commit into
mainfrom
cursor/setup-dev-environment-995a
May 22, 2026
Merged

Add AGENTS.md with Cursor Cloud development instructions#1
unnita1235-code merged 1 commit into
mainfrom
cursor/setup-dev-environment-995a

Conversation

@unnita1235-code
Copy link
Copy Markdown
Owner

Adds AGENTS.md with Cursor Cloud-specific development instructions for future agents, including:

  • How to run the FastAPI dev server
  • How to run the test suite (offline, no API keys needed)
  • Environment setup notes (.env configuration, heuristic mode)
  • Key API endpoints and their requirements
  • Note that python3 must be used instead of python

Update script (SetupVmEnvironment):

pip install -r requirements.txt -r requirements-dev.txt
test -f .env || cp .env.example .env

Verification

deep-research-agent-ui-demo.mp4

UI loaded and suggest-topics feature demonstrated.

UI loaded
Suggest topics working

  • All 27 tests pass (python3 -m pytest -v)
  • Server starts and serves UI at http://localhost:8000
  • /config, /jobs, /research/suggest-topics endpoints verified

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Unni T A   <unnita1235-code@users.noreply.github.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
research-ai-agent-28jy Ready Ready Preview, Comment May 22, 2026 9:10am

@unnita1235-code unnita1235-code marked this pull request as ready for review May 22, 2026 16:22
@unnita1235-code unnita1235-code merged commit 9974485 into main May 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants