docs: update agno create for v2.7.4 - #748
Merged
Merged
Conversation
- document interactive mode: bare agno create prompts for template and project name; --json / non-TTY runs still require a name - add the four new starters (azure, helm, modal, render) to the starter table and the --template flag list - drop the manual cp example.env .env step: create now seeds .env automatically (owner-only permissions, never overwrites, cleans up on failure)
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation for agno create to reflect the v2.7.4 onboarding flow, including interactive prompting, expanded starter templates, and automatic .env seeding from example.env.
Changes:
- Documented interactive mode behavior (template + project name prompts, and when prompts are disabled).
- Expanded starter template listings to include the four new starters.
- Removed the obsolete
cp example.env .envstep and described automatic.envseeding behavior.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
reference/cli/agnoctl.mdx |
Updates the agno create reference signature and mechanism details (optional name, prompt behavior, .env seeding, expanded template list). |
cli/overview.mdx |
Updates the quickstart and command table to reflect optional [name] and removes the manual .env copy step. |
cli/create.mdx |
Adds an Interactive Mode section, expands the starter templates table, and documents .env seeding in “How It Works”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
harshsinha03
approved these changes
Aug 5, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates the
agno createdocs for the v2.7.4 onboarding changes: interactive template and project-name prompts, four new starters (agentos-azure,agentos-helm,agentos-modal,agentos-render), and automatic.envseeding fromexample.env(which removes the manualcp example.env .envstep from the quickstarts).Pages updated:
cli/create.mdx: new Interactive Mode section, expanded starter table (9 templates),.envseeding step in How It Workscli/overview.mdx: quickstart drops the obsoletecp example.env .envstepreference/cli/agnoctl.mdx: optional[name], seeding and prompt behavior in the mechanism line, full 9-template flag listType of Change
Related Issues/PRs (if applicable)
Checklist