-
Notifications
You must be signed in to change notification settings - Fork 121
feat: freestyle deploy docs #3030
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
commit: |
}); | ||
``` | ||
|
||
Its important to keep `timeout` set to `120`. Details on `buildDir` and other settings are available on [FreeStyle docs](https://docs.freestyle.sh/web/web). |
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.
There's a small grammatical error in this sentence - "Its important" should be "It's important" (with an apostrophe) since this is a contraction of "It is important".
Its important to keep `timeout` set to `120`. Details on `buildDir` and other settings are available on [FreeStyle docs](https://docs.freestyle.sh/web/web). | |
It's important to keep `timeout` set to `120`. Details on `buildDir` and other settings are available on [FreeStyle docs](https://docs.freestyle.sh/web/web). |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
d72a9e9
to
81ea72d
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
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.
needs to be added to the sitemap under Integrations> Deploy> Freestyle
@@ -0,0 +1,150 @@ | |||
# FreeStyle |
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.
Freestyle (not caps s)
fix everywhere
@@ -0,0 +1,150 @@ | |||
# FreeStyle | |||
|
|||
Deploy Rivet Actors to [FreeStyle.sh](https://docs.freestyle.sh/), a cloud platform for running AI-generated code with built-in security and scalability. |
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 link to marketing page not docs
|
||
</Step> | ||
|
||
<Step title="Create namespace"> |
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.
guides are not rivet cloud-specific. these guides should not assume you need a new ns.
self-hotsed = use default namespace
cloud = we provide default prod ns
@@ -0,0 +1,150 @@ | |||
# FreeStyle | |||
|
|||
Deploy Rivet Actors to [FreeStyle.sh](https://docs.freestyle.sh/), a cloud platform for running AI-generated code with built-in security and scalability. |
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.
needs more context on what we're going to build. add a second section on "## Deploying AI generated code" or something like that with a brief overview of what's going on here. this guide is confusing if you have no idea how this works and the use case.
slotsPerRunner: 1, | ||
requestLifespan: 110, | ||
}, | ||
namespace: process.env.RIVET_NAMESPACE_NAME, |
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.
same as above with const
minRunners: 1, | ||
maxRunners: 1, | ||
slotsPerRunner: 1, | ||
requestLifespan: 110, |
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.
same as above, note this should be shorter than the freestyle timeout
|
||
## Examples | ||
|
||
<CardGroup> |
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 be at top, see http://localhost:3000/docs/integrations/hono/
</CardGroup> | ||
|
||
<Note> | ||
FreeStyle provides built-in security for running untrusted AI-generated code, making it ideal for AI agent applications and workflow engines. |
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 can be in the intro. remove workflow engines bit.
FreeStyle provides built-in security for running untrusted AI-generated code, making it ideal for AI agent applications and workflow engines. | ||
</Note> | ||
|
||
## Advanced |
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.
can delete
81ea72d
to
1500ced
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
1500ced
to
0f8ead9
Compare
3dcca82
to
e410867
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
Fixes KIT-331