bee-agent-framework icon indicating copy to clipboard operation
bee-agent-framework copied to clipboard

feat(providers): add session support for ACP

Open xjacka opened this issue 9 months ago • 0 comments

Description

Supports session for ACP client.

Checklist

General

Code quality checks

  • [x] Linting passes: Python poe lint or poe lint --fix / TypeScript yarn lint or yarn lint:fix
  • [x] Formatting is applied: Python poe format or poe format --fix / TypeScript: yarn format or yarn format:fix
  • [x] Static type checks pass: Python poe type-check

Testing

  • [x] Unit tests pass: Python poe test --type unit / TypeScript yarn test:unit
  • [ ] E2E tests pass: Python poe test --type e2e / TypeScript: yarn test:e2e
  • [ ] Integration tests pass: Python poe test --type integration
  • [ ] Tests are included (for bug fixes or new features)

Documentation

  • [x] Documentation is updated
  • [x] Embedme embeds code examples in docs. To update after edits, run: Python poe docs --type build

xjacka avatar May 28 '25 08:05 xjacka