Merged
Conversation
Reviewer's GuideThis PR adds a comprehensive AGI_COMMANDS.md reference file that documents the repository’s primary AGI CLI tools, local agent launcher, and demo/dashboard scripts, complete with command descriptions and usage examples. Flow diagram for AGI command reference documentation structureflowchart TD
A[AGI_COMMANDS.md] --> B[AGI CLI]
A --> C[Local Agent Launcher]
A --> D[Demo and Dashboard]
B --> B1[reason]
B --> B2[file]
B --> B3[code]
B --> B4[plan]
B --> B5[help]
C --> C1[list]
C --> C2[status]
C --> C3[start]
C --> C4[stop]
D --> D1[demo_local_agents.py]
D --> D2[agi_status_dashboard.py]
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 AGI command-line tools by creating a comprehensive reference guide. The documentation describes the main scripts and their usage patterns to help users interact with the AGI tooling in the repository.
- Adds a new documentation file with command reference for AGI CLI tools
- Documents four main scripts:
agi_cli.py,local_agent_launcher.py,demo_local_agents.py, andagi_status_dashboard.py - Provides usage examples and command syntax for each tool
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 comprehensive AGI command reference guide
Documentation: