AutoGPT
Developer guide to the AutoGPT Platform — what it is, how the platform is architected, the core concepts (agents, graphs, nodes, blocks, marketplace), the monorepo layout and the licensing model.
Self-Hosting
Step-by-step guide to self-hosting the AutoGPT Platform with Docker Compose — system requirements, the one-line installer, manual setup, ports, environment configuration and troubleshooting.
Building Blocks
Developer guide to writing custom blocks for the AutoGPT Platform — the Block base class, input/output schemas with SchemaField, the async run() contract, credentials and authentication, testing with test_input/test_output/test_mock, and block registration.