Merged
Conversation
Reviewer's GuideIntroduces a new markdown document that consolidates usage instructions for the project’s AGI command-line utilities, local agent launcher, and demo/dashboard scripts. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation for the AGI command line interface and related scripts by creating a comprehensive reference guide. The documentation provides clear usage instructions and examples for developers working with the AGI tooling.
- Creates a new
AGI_COMMANDS.mdfile with detailed command reference documentation - Documents the main AGI CLI commands including reason, file, code, and plan operations
- Provides examples and usage patterns for local agent management and demo scripts
There was a problem hiding this comment.
Hey @Bryan-Roe - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
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.
Summary
AGI_COMMANDS.mdTesting
pytest --versionpytest test_local_agent.py -q(fails: ModuleNotFoundError: No module named 'semantic_kernel')https://chatgpt.com/codex/tasks/task_e_6886a7beb80883229017518823b1144b
Summary by Sourcery
Add a new markdown guide that documents the primary AGI command-line tools and scripts for interacting with and managing AGI agents.
Documentation: