Appendix
Reference material you reach for while building. All seven appendices (A–G) are now complete.
| # | Appendix | Purpose |
|---|---|---|
| A | API reference | Public symbols, constructors, methods — one surface |
| B | Configuration keys index | Env vars + .agentao/*.json in one table |
| C | ACP message fields | Field-level lookup for every ACP method & notification |
| D | AcpErrorCode reference | Structured failure classification for ACP clients |
| E | Framework migration | Moving from LangChain / AutoGen / CrewAI |
| F | FAQ & troubleshooting | Organized by symptom, not by part |
| G | Bilingual glossary | EN ↔ ZH canonical terms |
How to navigate
- Reading in order: A → B sets expectations for any integration work. C + D are ACP-specific. E is for migrators only. F is a diagnostic lookup. G closes the loop on naming.
- Using as lookup: open Ctrl-F on each page; every symbol / method / env-var / error code is a heading or a table row.
Look up by question
| What you need | Where to go |
|---|---|
| Constructor parameters, public methods, stable import paths | Appendix A · API Reference |
Environment variables, .agentao/*.json, configuration defaults | Appendix B · Configuration Keys |
| ACP request, response, and notification fields | Appendix C · ACP Messages |
| ACP error codes and client handling strategy | Appendix D · Error Codes |
| Migrating from LangChain / AutoGen / CrewAI | Appendix E · Migration |
| Troubleshooting by error, symptom, or behavior | Appendix F · FAQ & Troubleshooting |
| Chinese/English terms, concept boundaries, abbreviations | Appendix G · Glossary |