[AISOS-2124] Add quick start instructions to forge readme.md#124
Closed
forgeSmith-bot wants to merge 1 commit into
Closed
[AISOS-2124] Add quick start instructions to forge readme.md#124forgeSmith-bot wants to merge 1 commit into
forgeSmith-bot wants to merge 1 commit into
Conversation
Detailed description: - Expanded the 'Quick Start' section in README.md with comprehensive instructions covering prerequisites, cloning, setting up the python environment with uv sync, configuring credentials, building task execution container images, running Redis Stack on port 6380, starting the FastAPI gateway, and starting the Forge worker process. - Included setup references for optional observability services (local Prometheus & Grafana stack on ports 9092 & 3010 respectively via devtools docker-compose file) and Langfuse LLM tracing. - Added a new unit test suite 'tests/unit/devtools/test_readme_docs.py' to verify the exact ports, paths, and startup commands mentioned in the README.md documentation are present and match. Closes: AISOS-2124
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull Request implements task takeover for ticket [AISOS-2124].
Ticket Description
Add quick start instructions to forge readme.md. That should include starting the worker and the gatewy + all additional required services like redis and possible extra services like prometheus, langfuse and grafana
Co-authored-by: Forge forge@noreply.anthropic.com