-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add Local tags and other fixes to code outputs (#1020)
Co-authored-by: Joshua Croft <[email protected]> Co-authored-by: gautamgambhir97 <[email protected]>
- Loading branch information
1 parent
9e947da
commit b510429
Showing
26 changed files
with
228 additions
and
151 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
{ | ||
"open-dialogue-chitchat": { | ||
"title": "Open Dialogue Chit-Chat", | ||
"tags": ["Advanced", "Python", "Dialogues", "Use cases"], | ||
"tags": ["Advanced", "Python", "Dialogues", "Use cases", "Local"], | ||
"timestamp": true | ||
}, | ||
"predefined-dialogue-chitchat": { | ||
"title": "Predefined Dialogue Chit-Chat", | ||
"tags": ["Advanced", "Python", "Dialogues", "Use cases"], | ||
"tags": ["Advanced", "Python", "Dialogues", "Use cases", "Local"], | ||
"timestamp": true | ||
}, | ||
"async-loops": { | ||
"title": "Asynchronous Loops", | ||
"tags": ["Advanced", "Python", "Communication", "Use Cases"], | ||
"tags": ["Advanced", "Python", "Communication", "Use Cases", "Local"], | ||
"timestamp": true | ||
}, | ||
"chat_api_example": { | ||
"title": "Chat API example", | ||
"tags": ["Advanced", "Python", "Dialogues", "Use cases"], | ||
"tags": ["Advanced", "Python", "Dialogues", "Use cases", "Hosted"], | ||
"timestamp": true | ||
}, | ||
"deltaV-dialogues": { | ||
"title": "DeltaV Dialogue Chit-Chat", | ||
"tags": ["Advanced", "Python", "Dialogues", "DeltaV"], | ||
"tags": ["Advanced", "Python", "Dialogues", "DeltaV", "Hosted"], | ||
"timestamp": true | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"whats-an-agent": { | ||
"title": "What's an Agent?", | ||
"tags": ["Beginner", "Python", "local"], | ||
"tags": ["Beginner", "Python"], | ||
"timestamp": true | ||
}, | ||
"installing-uagent": { | ||
"title": "uAgents Framework installation", | ||
"tags": ["Beginner", "Python", "local"], | ||
"tags": ["Beginner", "Python"], | ||
"timestamp": true | ||
}, | ||
"create-a-uagent": { | ||
"title": "Create your first agent", | ||
"tags": ["Beginner", "Python", "local"], | ||
"tags": ["Beginner", "Python", "Local"], | ||
"timestamp": true | ||
}, | ||
"seedphrase": "Seed phrase", | ||
"getting-uagent-address": { | ||
"title": "Agents address", | ||
"tags": ["Beginner", "Python", "Address", "local"], | ||
"tags": ["Beginner", "Python", "Address", "Local"], | ||
"timestamp": true | ||
} | ||
} |
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
Oops, something went wrong.