forked from autogenhub/autogen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add repo doc for examples autogenhub#86 (autogenhub#88)
* Add repo doc for examples * fox
- Loading branch information
Showing
6 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Examples | ||
|
||
This directory contains examples of how to use AGNext. | ||
|
||
First, you need to install AGNext and development dependencies by running the | ||
following command: | ||
|
||
```bash | ||
pip install -e '.[dev]' | ||
``` | ||
|
||
To run an example, just run the corresponding Python script. For example, to run the `coder_reviewer.py` example, run: | ||
|
||
```bash | ||
python coder_reviewer.py | ||
``` | ||
|
||
To enable logging, turn on verbose mode by setting `--verbose` flag: | ||
|
||
```bash | ||
python coder_reviewer.py --verbose | ||
``` | ||
|
||
By default the log file is saved in the same directory with the same filename | ||
as the script, e.g., "coder_reviewer.log". |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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