Skip to content

docs: add local development section#1318

Open
AKSHEXXXX wants to merge 1 commit intoSolaceLabs:mainfrom
AKSHEXXXX:main
Open

docs: add local development section#1318
AKSHEXXXX wants to merge 1 commit intoSolaceLabs:mainfrom
AKSHEXXXX:main

Conversation

@AKSHEXXXX
Copy link
Copy Markdown

fixes #1259

Copilot AI review requested due to automatic review settings April 2, 2026 07:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a “Developing Locally” section to the main README to document how to run Solace Agent Mesh from a source checkout, aligning with issue #1259.

Changes:

  • Added a top-of-README navigation link to the new “Developing Locally” section.
  • Documented local setup steps (clone, venv, editable install, Playwright install, VS Code debug config usage, and a CLI run example).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
### 5. Run from the terminal when needed

```bash
sam run examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/gateways/webui_gateway_example.yaml examples/services/platform_service_example.yaml
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sam run … example stack (and the SAM VS Code launch config that uses the same args) relies on required environment variables (e.g., LLM_SERVICE_ENDPOINT, LLM_SERVICE_API_KEY, LLM_SERVICE_PLANNING_MODEL_NAME, LLM_SERVICE_GENERAL_MODEL_NAME, NAMESPACE, and WebUI’s SESSION_SECRET_KEY). Since these have no defaults in examples/shared_config.yaml / examples/gateways/webui_gateway_example.yaml, the instructions here will fail unless the reader sets them. Consider adding a short step that lists the minimal required env vars (or points to the relevant docs pages) and mentions how to load them (export in shell / VS Code envFile).

Copilot uses AI. Check for mistakes.
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.

[Bug]: Missing "Developing Locally" section in the main README

2 participants