总结

文档地址:https://docs.agpt.co/

  • server - 平台

  • agent - 核心

    • Discord: https://discord.gg/autogpt
  • benchmark - 测试

    • agbenchmark: https://pypi.org/project/agbenchmark/
    • 智能体协议:AI Engineer Foundation
  • forge - 模板

    • 自定义教程:https://aiedge.medium.com/autogpt-forge-e3de53cc58ec
  • frontend - 前端

  • cli - 命令行

内容

AutoGPT Documentation

Welcome to the AutoGPT Documentation.

The AutoGPT project consists of four main components:

The Server – known as the "AutoGPT Platform"

The Agent – also known as just “AutoGPT”

The Benchmark – AKA agbenchmark

The Forge

The Frontend

To tie these together, we also have a CLI at the root of the project.

欢迎来到AutoGPT文档。

AutoGPT项目包含四个主要组件

服务器——即"AutoGPT平台"

智能体——也简称为"AutoGPT"

基准测试——亦称agbenchmark

熔炉(Forge)

前端(Frontend)

为了将这些组件结合在一起,我们在项目的根目录下还提供了一个命令行界面(CLI)。

Server - 服务器 - 基础设施

The server is the backbone of the New AutoGPT project.

It provides the infrastructure for the agents to run, and the UI for you to interact with them.

It integrates with the Forge, Agent, and a bespoke UI to provide a seamless experience.

服务器

服务器是新AutoGPT项目核心

它为智能体的运行提供基础设施,并为您提供与之交互的用户界面

它与Forge智能体以及定制的用户界面集成,以提供无缝体验

Agent - 智能体 - 核心

The heart of AutoGPT, and the project that kicked it all off: a semi-autonomous agent powered by LLMs to execute any task for you*.

AutoGPT核心,也是启动这一切的项目:一个由大型语言模型驱动的半自主智能体,为您*执行任何任务。

We continue to develop this project with the goal of providing access to AI assistance to the masses, and building the future transparently and together.

我们继续开发此项目,旨在向大众提供人工智能辅助,并透明地共同地构建未来。

  • Explore - See what AI can do and be inspired by a glimpse of the future.
  • 探索 - 看看人工智能能做什么,并从未来的一瞥中获得灵感
  • Build with us - We welcome any input, whether it’s code or ideas for new features or improvements!
    • Join us on Discord and find out how you can join in on the action.
  • 与我们共建 - 我们欢迎任何贡献,无论是代码还是对新功能改进的想法!
    • 加入我们的Discord,了解如何参与行动。

Discord: https://discord.gg/autogpt

  • it isn’t quite there yet, but that is the ultimate goal that we are still pursuing

它还没有完全达到那个水平,但那是我们仍在追求最终目标

Benchmark - 评估

Measure your agent’s performance!

评估你的智能体的性能

The agbenchmark can be used with any agent that supports the agent protocol, and the integration with the project's CLI makes it even easier to use with AutoGPT and forge-based agents.

agbenchmark可以与任何支持智能体协议的智能体一起使用,与项目的命令行界面(CLI)集成使得它与AutoGPT基于forge的智能体一起使用更加方便。

The benchmark offers a stringent testing environment.

基准测试提供了一个严格的测试环境

Our framework allows for autonomous, objective performance evaluations, ensuring your agents are primed for real-world action.

我们的框架允许进行自主客观的性能评估确保你的智能体为现实世界的应用做好了充分准备

agbenchmark on Pypi

Pypi 上的 agbenchmark

agbenchmark: https://pypi.org/project/agbenchmark/

Agent Protocol Standardization - AutoGPT uses the agent protocol from the AI Engineer Foundation to ensure compatibility with many agents, both from within and outside the project.

智能体协议标准化 - AutoGPT 使用来自 AI Engineer Foundation智能体协议,以确保与项目内外许多智能体的 兼容性

Forge - 自定义模板

Introduction | Quickstart

Forge - 锻造

介绍 | 快速入门

Forge your own agent!

Forge出你自己的智能体!

The Forge is a ready-to-go template for your agent application.

Forge是一个为你的智能体应用程序准备的即用模板

All the boilerplate code is already handled, letting you channel all your creativity into the things that set your agent apart.

所有样板代码都已处理完毕,让你将所有的创造力都投入到使你的智能体与众不同的地方

Building with Ease - We’ve set the groundwork so you can focus on your agent's personality and capabilities.

轻松构建 - 我们已经奠定了基础,让你可以专注于你的智能体的个性和能力

Comprehensive tutorials are available here.

全面的教程可在此处获得。

https://aiedge.medium.com/autogpt-forge-e3de53cc58ec

Frontend - 前端

Readme

前端

Readme

An easy-to-use and open source frontend for any Agent Protocol-compliant agent.

任何符合Agent协议的智能体的易用且开源的前端

User-Friendly Interface - Manage your agents effortlessly.

用户友好界面 - 轻松管理你的智能体。

Seamless Integration - Smooth connectivity between your agent and our benchmarking system.

无缝集成 - 你的智能体与我们的基准测试系统之间的顺畅连接

CLI - 命令行工具 - 管理

The project CLI makes it easy to use all of the components in the repo, separately or together.

该项目的命令行界面(CLI)使得单独组合使用仓库中的所有组件变得非常容易。

To install its dependencies, simply run ./run setup, and you’re ready to go!

为了安装其依赖项,只需运行./run设置,然后你就可以开始了!

$ ./run

Usage: cli.py [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  agent      Commands to create, start and stop agents
  benchmark  Commands to start the benchmark and list tests and categories
  setup      Installs dependencies needed for your system.

Join the AutoGPT Discord server for any queries: discord.gg/autogpt

加入AutoGPT Discord服务器以咨询任何问题:discord.gg/autogpt

https://discord.gg/autogpt

Glossary of Terms

Repository: Space where your project resides.

Forking: Copying a repository under your account.

Cloning: Making a local copy of a repository.

Agent: The AutoGPT you’ll create and develop.

Benchmarking: Testing your agent’s skills in the Forge.

Forge: The template for building your AutoGPT agent.

Frontend: The UI for tasks, logs, and task history.

术语词汇表

Repository(仓库):你的项目所在空间

Forking(分叉):在你的账户下复制一个仓库。

Cloning(克隆):制作仓库的本地副本

Agent(智能体):你将创建和开发的AutoGPT。

Benchmarking(基准测试):在Forge中测试你的智能体的技能。

Forge(熔炉):构建你的AutoGPT智能体的模板

Frontend(前端):任务、日志和任务历史用户界面

Logo

Agent 垂直技术社区,欢迎活跃、内容共建。

更多推荐