-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding initial cloud Structure docs #1036
Conversation
Co-authored-by: dylanholmes <[email protected]>
Co-authored-by: Collin Dutter <[email protected]> Co-authored-by: Vasily Vasinov <[email protected]>
Co-authored-by: Collin Dutter <[email protected]> Co-authored-by: Vasily Vasinov <[email protected]>
Co-authored-by: Collin Dutter <[email protected]>
…ompletionPromptDriver` openai client (#750)
Co-authored-by: Andrew French <[email protected]>
Co-authored-by: Stefano Lottini <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
docs/griptape-cloud/index.md
Outdated
# Griptape Cloud | ||
|
||
Griptape Cloud is a managed platform for running AI-powered agents, pipelines, and workflows. No newline at end of file | ||
Managed services for your AI app stack. Deploy and scale end-to-end solutions, from LLM-powered data prep and retrieval to AI agents, pipelines and workflows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should consider putting a nice example here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll link to the managed template and samples. I imagine we'll want to do a rewrite of this main page, so this is just a placeholder.
docs/griptape-cloud/index.md
Outdated
Griptape Cloud is a managed platform for running AI-powered agents, pipelines, and workflows. No newline at end of file | ||
Managed services for your AI app stack. Deploy and scale end-to-end solutions, from LLM-powered data prep and retrieval to AI agents, pipelines and workflows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reads a bit odd, I think it should still start with "Griptape Cloud is...
@@ -0,0 +1,54 @@ | |||
## Structure Config File |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should start with ## Overview
for consistency with other pages.
@@ -0,0 +1,54 @@ | |||
## Structure Config File | |||
|
|||
Structure repositories require a yaml configuration file which informs Griptape Cloud of your Managed Structure's dependencies and how it needs to build and run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest removing yaml
from this sentence. Had a lot of back and forth with the customer outreach on how to say "A configuration file in the YAML format" and everything I tried sounded dumb. Suggest just saying requires a configuration file
and leave it at that.
|
||
#### version | ||
|
||
The Structure Config YAML version number. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a YAML version, or a Structure Config schema version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can update this to say "schema" version
|
||
#### build | ||
|
||
The build-time configuration for the Structure. This configuration is optional. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest we call out optional things clearly. Maybe at the #### build (OPTIONAL)
level?
|
||
The build-time configuration for the Structure. This configuration is optional. | ||
|
||
* **pre_build_install_script** - The path to your pre_build_install_script, for running during the Structure build prior to dependency installation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this path is relative to the config file's location, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I'll update to note that
328f784
to
66da467
Compare
The base branch was changed.
Describe your changes
Adding some initial documentation for Griptape Cloud Structures.
Issue ticket number and link
📚 Documentation preview 📚: https://griptape--1036.org.readthedocs.build//1036/