forked from agiresearch/AIOS
-
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.
removed source code from documentation
- Loading branch information
Showing
4 changed files
with
34 additions
and
4 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. _config.json.rst: | ||
|
||
Agent metadata | ||
=================== | ||
|
||
You are going to include a JSON file with the following attributes: | ||
|
||
1. ``name``: Name, spaces separated with _ | ||
2. ``description``: An array with one string that contains a description | ||
3. ``tools``: A list of tools used | ||
4. ``meta``: A dictionary with the following keys: ``author``, ``version``, ``license`` | ||
|
||
For example, here is the config.json for Transcriber Agent: | ||
|
||
.. literalinclude:: ../../../../pyopenagi/agents/example/transcribe_agent/config.json |
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 |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
"version": "0.0.1", | ||
"license": "CC0" | ||
} | ||
} | ||
} |