-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): examples nav menu fixes and redirects (#1096)
Co-authored-by: Joshua Croft <[email protected]> Co-authored-by: gautamgambhir97 <[email protected]>
- Loading branch information
1 parent
d8e19d4
commit 8361bdb
Showing
53 changed files
with
422 additions
and
531 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"dice-roll": { | ||
"title": "Register a dice roll agent as a Function [intermediate]", | ||
"tags": ["Intermediate", "Python", "Functions", "DeltaV"], | ||
"timestamp": true | ||
}, | ||
"coin-toss": { | ||
"title": "Register a coin toss agent as a Function [intermediate]", | ||
"tags": ["Intermediate", "Python", "Functions", "DeltaV"], | ||
"timestamp": true | ||
}, | ||
|
||
"local-agent-registration": { | ||
"title": "Register a local agent as a Function [intermediate]", | ||
"tags": ["Intermediate", "Python", "Functions", "Agentverse"], | ||
"timestamp": true | ||
}, | ||
"local-agent-langchain": { | ||
"title": "Locally Hosted Agent with LangChain Integration [intermediate]", | ||
"tags": ["Intermediate", "Python", "Functions", "LangChain", "Agentverse"], | ||
"timestamp": true | ||
}, | ||
"news-reading-system": { | ||
"title": "Using News API to build network of Primary and Secondary functions [Advanced]", | ||
"tags": ["Intermediate", "Python", "Functions", "AI Engine"], | ||
"timestamp": true | ||
} | ||
} |
File renamed without changes.
Empty file.
Empty file.
Empty file.
File renamed without changes.
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,39 +1,50 @@ | ||
{ | ||
"easy": { | ||
"title": "Easy Topics", | ||
"agent": { | ||
"title": "Agents", | ||
"theme": { | ||
"collapsed": false | ||
} | ||
}, | ||
"intermediate": { | ||
"title": "Intermediate Topics", | ||
"rag": { | ||
"title": "RAG examples", | ||
"theme": { | ||
"collapsed": false | ||
} | ||
}, | ||
"advanced": { | ||
"title": "Advanced Topics", | ||
"examplestech": { | ||
"title": "Examples with other Tech", | ||
"theme": { | ||
"collapsed": false | ||
} | ||
}, | ||
"postgres-database-with-an-agent": { | ||
"title": "Postgres Database with an Agent", | ||
"tags": ["Intermediate", "Python", "Docker", "PostgreSQL", "Use Cases"], | ||
"timestamp": true | ||
"agentverse": { | ||
"title": "Agentverse", | ||
"theme": { | ||
"collapsed": false | ||
} | ||
}, | ||
"dialogues": { | ||
"title": "Dialogues", | ||
"theme": { | ||
"collapsed": false | ||
} | ||
}, | ||
"react-example": { | ||
"title": "React Example", | ||
"tags": ["Intermediate", "Python", "Use Cases"], | ||
"timestamp": true | ||
"agentverse-api": { | ||
"title": "Agentverse API", | ||
"theme": { | ||
"collapsed": false | ||
} | ||
}, | ||
"hugging-face-agent": { | ||
"title": "Hugging Face Agent", | ||
"tags": ["Intermediate", "Python", "Functions", "Agentverse"], | ||
"timestamp": true | ||
"DeltaV": { | ||
"title": "DeltaV", | ||
"theme": { | ||
"collapsed": false | ||
} | ||
}, | ||
"jupyter-agent": { | ||
"title": "Jupyter Agent", | ||
"timestamp": true | ||
"ai-engine-api": { | ||
"title": "AI-Engine API", | ||
"theme": { | ||
"collapsed": false | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.