From 3a62941940797908b184d2831b31c45748d47702 Mon Sep 17 00:00:00 2001 From: meichuanyi <35057768+meichuanyi@users.noreply.github.com> Date: Wed, 27 May 2026 23:16:30 +0800 Subject: [PATCH] docs: Add FAQ section for common questions --- README.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/README.md b/README.md index 95abde1d..0fde70e6 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,62 @@ The control plane is a stateless Go service. Agents connect from anywhere - your + +## ❓ FAQ + +### What is AgentField? + +AgentField is the AI Backend - Build and scale AI agents like APIs. Deploy, observe, and prove. Backend agents need backend infrastructure, and AgentField provides the platform to run AI agents as services. + +### Key Features + +| Feature | Description | +|---------|-------------| +| **Agent APIs** | Deploy AI agents as API endpoints | +| **Auto Scaling** | Scale agents based on demand | +| **Observability** | Monitor agent performance and behavior | +| **Provable Results** | Verify agent outputs and decisions | +| **Multi-Language SDKs** | Python, Go, TypeScript SDKs | +| **Backend Infrastructure** | Production-ready agent hosting | + +### Installation + +| SDK | Installation | +|-----|-------------| +| **Python SDK** | `pip install agentfield` | +| **Go SDK** | See [Go SDK Docs](https://agentfield.ai/docs/reference/sdks/go) | +| **TypeScript SDK** | See [TypeScript SDK Docs](https://agentfield.ai/docs/reference/sdks/typescript) | + +### Quick Start + +See [Quick Start Guide](https://agentfield.ai/docs/learn/quickstart) for detailed setup instructions. + +### Requirements + +- Python 3.8+ (for Python SDK) +- Go 1.19+ (for Go SDK) +- Node.js 18+ (for TypeScript SDK) + +### Use Cases + +- Autonomous AI services +- API-driven AI agents +- Production AI deployments +- Multi-agent systems +- Agent orchestration + +### License + +Apache 2.0 License + +### Help & Resources + +- [Documentation](https://agentfield.ai/docs/learn) +- [Python SDK](https://agentfield.ai/docs/reference/sdks/python) +- [Go SDK](https://agentfield.ai/docs/reference/sdks/go) +- [TypeScript SDK](https://agentfield.ai/docs/reference/sdks/typescript) +- [Discord](https://discord.gg/aBHaXMkpqh) + ## License [Apache 2.0](LICENSE)