Skip to content

docs: add AGENTS.md with Cursor Cloud dev environment instructions#69

Closed
kdr wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-705d
Closed

docs: add AGENTS.md with Cursor Cloud dev environment instructions#69
kdr wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-705d

Conversation

@kdr

@kdr kdr commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds an AGENTS.md documenting how to set up and work in this Python SDK from a Cursor Cloud agent environment.

Key durable notes captured:

  • Install into a virtualenv (python3 -m venv .venv then pip install -e .); venv creation needs the system python3-venv package (provided by the VM image, not the update script).
  • Generated SDK in cloudglue/sdk/ is committed, so make generate/make setup (needing openapi-generator + the spec/ submodule) are not required for dev.
  • No test suite; a quick smoke check instantiates Cloudglue(api_key=...) and wires resources against https://api.cloudglue.dev/v1.
  • Real API calls need CLOUDGLUE_API_KEY + network to api.cloudglue.dev.

Verification

  • python3 -m venv .venv + pip install -e .
  • from cloudglue import Cloudglue; Cloudglue(api_key='cg-x') instantiates with all resources wired

No source code changed; documentation only.

Open in Web Open in Cursor 

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5a10720c-fd6d-40ad-9203-16dd0731cfbd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cursor/setup-dev-environment-705d

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kdr kdr closed this Jul 20, 2026
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