Skip to content

Commit f26ae3c

Browse files
hyacinthusclaude
andcommitted
doc: restructure docs site — flatten layout, default light theme, add introduction
- Remove nested docs/ section to eliminate double /docs/docs/ URLs - Move all content to root level with cascade type: docs - Add proper introduction page as site root - Default to light theme, remove navbar theme toggle - Sidebar sections expanded by default - Remove edit-on-GitHub links - Change baseURL from /docs/ to / for simpler reverse proxy setup Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7fc1ee2 commit f26ae3c

25 files changed

Lines changed: 40 additions & 878 deletions

docs/content/en/_index.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
---
2-
title: "IntentKit"
3-
linkTitle: "IntentKit"
2+
title: "Introduction"
3+
cascade:
4+
type: docs
5+
sidebar:
6+
open: true
47
---
58

6-
IntentKit is an agent system and runtime for building, managing, and integrating autonomous agents.
9+
IntentKit is an open-source, self-hosted cloud agent cluster that manages a collaborative team of AI agents. Unlike local-first agent frameworks that demand expensive hardware and broad system permissions, IntentKit takes a cloud-native approach — lightweight, always-on, and production-ready out of the box.
10+
11+
## What IntentKit Does
12+
13+
IntentKit lets you create, configure, and run multiple AI agents that work together as a team. Each agent can:
14+
15+
- Interact with users through social platforms such as Twitter and Telegram
16+
- Execute tasks autonomously on a schedule
17+
- Call other agents for collaboration
18+
- Use an extensible skill system to perform actions — from web searches to on-chain transactions
19+
20+
All of this runs as a set of standard containerized services (API server, autonomous runner, and scheduler) backed by PostgreSQL, Redis, and S3-compatible storage.
21+
22+
## Key Features
23+
24+
- **Cloud-Native** — Designed for container orchestration. Runs efficiently with minimal resources.
25+
- **Collaborative Agents** — Agents can invoke each other, enabling multi-agent workflows.
26+
- **Extensible Skill System** — Add new capabilities by writing skill plugins without modifying the core.
27+
- **Platform Integrations** — Built-in support for Twitter, Telegram, and more.
28+
- **Crypto-Friendly** — Optional Web3 and blockchain integrations for on-chain operations.
29+
- **API-First** — Every agent exposes its own API for external integration.
30+
31+
## About This Documentation
32+
33+
This documentation covers how to deploy and use IntentKit. You will find:
34+
35+
- **Deployment** — Step-by-step guides for running IntentKit with Docker Compose (development) or Docker Swarm (production).
36+
- **Usage** — How to create agents, configure skills, and interact with the system.
37+
- **Others** — Architecture details, API reference, LLM configuration, and contribution guidelines.
File renamed without changes.
File renamed without changes.

docs/content/en/docs/_index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/content/en/docs/introduction.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/content/en/docs/others/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/content/en/docs/others/agent.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)