Skip to content

Releases: boozallen/foundry-agent-packages

foundry-strands-agent v2.6.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 01:03
a5289ac

What's Changed

  • chore(deps): Update strands-agents-tools[a2a-client] requirement from >=0.1.0 to >=0.8.2 by @dependabot[bot] in #4
  • chore: add tag-triggered release workflow by @Vergis-Ron-bah in #6
  • chore(deps): Bump the minor-and-patch group across 1 directory with 8 updates by @dependabot[bot] in #5
  • Release: foundry-agent-core 1.2.0, foundry-agent-config 1.0.0, foundry-agent-fastapi 1.2.0, foundry-strands-agent 2.6.0 by @Vergis-Ron-bah in #12
  • fix: dependabot.yml missing required updates key by @Vergis-Ron-bah in #14
  • fix: restore real uv dependabot config, drop invalid stub by @Vergis-Ron-bah in #15
  • fix: ensure coverage points to the right package by @Vergis-Ron-bah in #16

New Contributors

Full Changelog: foundry-agent-config/v1.0.0...foundry-strands-agent/v2.6.0

foundry-agent-fastapi v1.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 01:03
a5289ac

What's Changed

  • chore(deps): Update strands-agents-tools[a2a-client] requirement from >=0.1.0 to >=0.8.2 by @dependabot[bot] in #4
  • chore: add tag-triggered release workflow by @Vergis-Ron-bah in #6
  • chore(deps): Bump the minor-and-patch group across 1 directory with 8 updates by @dependabot[bot] in #5
  • Release: foundry-agent-core 1.2.0, foundry-agent-config 1.0.0, foundry-agent-fastapi 1.2.0, foundry-strands-agent 2.6.0 by @Vergis-Ron-bah in #12
  • fix: dependabot.yml missing required updates key by @Vergis-Ron-bah in #14
  • fix: restore real uv dependabot config, drop invalid stub by @Vergis-Ron-bah in #15
  • fix: ensure coverage points to the right package by @Vergis-Ron-bah in #16

New Contributors

Full Changelog: foundry-agent-config/v1.0.0...foundry-agent-fastapi/v1.2.0

foundry-agent-core v1.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 01:03
a5289ac

What's Changed

  • chore(deps): Update strands-agents-tools[a2a-client] requirement from >=0.1.0 to >=0.8.2 by @dependabot[bot] in #4
  • chore: add tag-triggered release workflow by @Vergis-Ron-bah in #6
  • chore(deps): Bump the minor-and-patch group across 1 directory with 8 updates by @dependabot[bot] in #5
  • Release: foundry-agent-core 1.2.0, foundry-agent-config 1.0.0, foundry-agent-fastapi 1.2.0, foundry-strands-agent 2.6.0 by @Vergis-Ron-bah in #12
  • fix: dependabot.yml missing required updates key by @Vergis-Ron-bah in #14
  • fix: restore real uv dependabot config, drop invalid stub by @Vergis-Ron-bah in #15
  • fix: ensure coverage points to the right package by @Vergis-Ron-bah in #16

New Contributors

Full Changelog: foundry-agent-config/v1.0.0...foundry-agent-core/v1.2.0

foundry-strands-agent v1.0.0

Choose a tag to compare

@sheppard-brandon-bah sheppard-brandon-bah released this 29 Jun 23:10
1bc3388

Initial public release of foundry-strands-agent — AWS Strands SDK adapter: factory, backend, query orchestration, tool loading/registry, chat history, encrypted session, and TLS controls.

See packages/foundry-strands-agent/CHANGELOG.md for details.

Install

pip install https://github.com/boozallen/foundry-agent-packages/releases/download/foundry-strands-agent/v1.0.0/foundry_strands_agent-1.0.0-py3-none-any.whl

Or pin via PEP 508 URL in pyproject.toml:

foundry-strands-agent @ https://github.com/boozallen/foundry-agent-packages/releases/download/foundry-strands-agent/v1.0.0/foundry_strands_agent-1.0.0-py3-none-any.whl

foundry-agent-fastapi v1.0.0

Choose a tag to compare

@sheppard-brandon-bah sheppard-brandon-bah released this 29 Jun 23:10
1bc3388

Initial public release of foundry-agent-fastapi — HTTP layer for Foundry agents: routes, middleware (CORS, logging, errors), and Pydantic request/response models. Sits between an adapter and the framework backend.

See packages/foundry-agent-fastapi/CHANGELOG.md for details.

Install

pip install https://github.com/boozallen/foundry-agent-packages/releases/download/foundry-agent-fastapi/v1.0.0/foundry_agent_fastapi-1.0.0-py3-none-any.whl

Or pin via PEP 508 URL in pyproject.toml:

foundry-agent-fastapi @ https://github.com/boozallen/foundry-agent-packages/releases/download/foundry-agent-fastapi/v1.0.0/foundry_agent_fastapi-1.0.0-py3-none-any.whl

foundry-agent-core v1.0.0

Choose a tag to compare

@sheppard-brandon-bah sheppard-brandon-bah released this 29 Jun 23:09
1bc3388

Initial public release of foundry-agent-core — framework-agnostic agent infrastructure: dependency-injection container, protocol surface, exception hierarchy, request/response types, masking/redaction utilities, and lifecycle primitives. Zero coupling to any specific agent framework.

See packages/foundry-agent-core/CHANGELOG.md for details.

Install

pip install https://github.com/boozallen/foundry-agent-packages/releases/download/foundry-agent-core/v1.0.0/foundry_agent_core-1.0.0-py3-none-any.whl

Or pin via PEP 508 URL in pyproject.toml:

foundry-agent-core @ https://github.com/boozallen/foundry-agent-packages/releases/download/foundry-agent-core/v1.0.0/foundry_agent_core-1.0.0-py3-none-any.whl

foundry-agent-config v1.0.0

Choose a tag to compare

@sheppard-brandon-bah sheppard-brandon-bah released this 29 Jun 23:09
1bc3388

Initial public release of foundry-agent-config — YAML + environment-variable override loader with bounded input controls. Generic; no agent-specific schema.

See packages/foundry-agent-config/CHANGELOG.md for details.

Install

pip install https://github.com/boozallen/foundry-agent-packages/releases/download/foundry-agent-config/v1.0.0/foundry_agent_config-1.0.0-py3-none-any.whl

Or pin via PEP 508 URL in pyproject.toml:

foundry-agent-config @ https://github.com/boozallen/foundry-agent-packages/releases/download/foundry-agent-config/v1.0.0/foundry_agent_config-1.0.0-py3-none-any.whl