Agently Docs

Agently documentation for building AI applications with stable outputs, observable actions, and durable workflows.

View the Project on GitHub AgentEra/Agently

Agently Docs

Languages: English · 中文

Agently is an AI application development framework for teams moving from model prototypes to maintainable applications. It focuses on normalized model requests, stable structured outputs, explicit prompt and response contracts, observable actions, service exposure, observability, and durable signal-driven workflow orchestration.

Use Agently when application code needs to own the AI execution boundary: model requests should return inspectable data, tool calls should leave action records, workflows should expose lifecycle state, and project settings or prompts should be reviewable outside one-off scripts.

This handbook is organized as a learning path. If you have not run a single request yet, start at Quickstart. If you are integrating Agently into a service, jump to Async First. If you are designing event-driven or long-running flows, go to TriggerFlow Overview.

Learning path

  1. Get Started — installation, first request, async-first guidance, project layout
  2. Make a single request well — prompt, output schema, validation, response reuse, session memory
  3. Actions — model-callable actions, built-in capability packages, MCP, managed execution environments, and compatibility surfaces
  4. Knowledge and services — retrieval-backed answers and HTTP / stream exposure
  5. Observability and development — observation events, DevTools, and coding-agent guidance
  6. Models — protocol layers and per-provider recipes
  7. TriggerFlow — orchestration, lifecycle, state, persistence
  8. Playbooks and case studies — opinionated combinations of the above
  9. Architecture and reference

Community