mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
<!-- Clearly explain the need for these changes: -->
gitbook branch has changes that need synced to dev
### Changes 🏗️
Pull changes from gitbook into dev
<!-- Concisely describe all of the changes made in this pull request:
-->
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Migrates documentation to GitBook and removes the old MkDocs setup.
>
> - Removes MkDocs configuration and infra: `docs/mkdocs.yml`,
`docs/netlify.toml`, `docs/overrides/main.html`,
`docs/requirements.txt`, and JS assets (`_javascript/mathjax.js`,
`_javascript/tablesort.js`)
> - Updates `docs/content/contribute/index.md` to describe GitBook
workflow (gitbook branch, editing, previews, and `SUMMARY.md`)
> - Adds GitBook navigation file `docs/platform/SUMMARY.md` and a new
platform overview page `docs/platform/what-is-autogpt-platform.md`
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
e7e118b5a8. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated contribution guide for new documentation platform and workflow
* Added new platform overview and navigation documentation
* **Chores**
* Removed MkDocs configuration and related dependencies
* Removed deprecated JavaScript integrations and deployment overrides
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1.7 KiB
1.7 KiB
How to Download and Import an Agent from the AutoGPT Marketplace (Local Hosting)
Overview
This guide explains how to download an agent from the AutoGPT marketplace and import it into your locally hosted instance.
Prerequisites
- A local installation of AutoGPT
- Access to the marketplace for local hosters
Step-by-Step Process
1. Access the Marketplace
- Navigate to the marketplace section
- Note: The interface will differ from the cloud-hosted platform
2. Download the Agent
- Browse and select your desired agent
- Click on the agent to view details
- Look for and click the "Download Agent" button
- The agent file will save to your computer
3. Import the Agent
- Return to the Monitor tab
- Locate the dropdown menu next to "Create"
- Select "Import from File"
- In the file selection dialog:
- Navigate to your downloaded agent file
- Select the file
- Click "Open"
- Click "Import and Edit"
4. Verify Import
- The agent should now appear in your Builder
- You can begin editing or using the imported agent
Important Notes
- The marketplace interface differs between local hosting and cloud-hosted versions
- Ensure you're following the local hosting specific steps
- The agent will be available in your Builder after successful import