dify/dify-agent
Joel db197bfc47 Merge branch 'main' into deploy/agent
# Conflicts:
#	api/controllers/console/auth/login.py
#	api/core/app/apps/agent_app/runtime_request_builder.py
#	api/core/workflow/nodes/agent_v2/runtime_request_builder.py
#	api/services/credit_pool_service.py
#	api/tests/unit_tests/controllers/console/auth/test_email_verification.py
#	web/__tests__/env.spec.ts
#	web/__tests__/proxy-frame-options.spec.ts
#	web/app/(commonLayout)/page.tsx
#	web/app/components/signin/__tests__/countdown.spec.tsx
#	web/app/signin/check-code/__tests__/page.spec.tsx
#	web/app/signin/components/__tests__/mail-and-code-auth.spec.tsx
#	web/app/signin/components/mail-and-code-auth.tsx
#	web/app/signin/components/turnstile.tsx
#	web/proxy.ts
2026-08-13 16:07:27 +08:00
..
docs Merge branch 'main' into deploy/agent 2026-08-13 16:07:27 +08:00
examples refactor(agent): enforce API-owned LLM boundary 2026-08-13 11:28:00 +08:00
src refactor(agent): enforce API-owned LLM boundary 2026-08-13 11:28:00 +08:00
tests refactor(agent): enforce API-owned LLM boundary 2026-08-13 11:28:00 +08:00
.example.env refactor(dify-agent): download Binding files through Agent Stub (#40143) 2026-08-07 14:56:52 +00:00
.gitignore refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
AGENTS.md refactor(agents): simplify repository context (#39583) 2026-07-26 06:13:37 +00:00
Dockerfile feat: daily sync (#38593) 2026-07-09 10:35:15 +00:00
Makefile chore(api): Upgrade graphon to v0.5.1 (#37168) 2026-06-11 07:37:27 +00:00
mkdocs.yml refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
pyproject.toml refactor(dify-agent): make config pulls direct and remove gRPC (#40044) 2026-08-07 06:54:07 +00:00
README.md feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
uv.lock chore(deps): bump pymdown-extensions from 11.0 to 11.0.1 in /dify-agent (#40183) 2026-08-10 06:16:06 +00:00

Dify Agent

Agenton documentation lives in docs/agenton/guide/index.md and docs/agenton/api/index.md.

Dify Agent runtime documentation lives in docs/dify-agent/index.md. Build all docs with make docs from this directory.