Skip to content

Releases: inkeep/agents

@inkeep/agents-manage-api@0.32.0

11 Nov 21:25
73850d6

Choose a tag to compare

Minor Changes

Patch Changes

  • 8d8b6dd: Fix runtime configuration implementation to properly apply environment variable overrides

    This change fixes a critical bug where runtime configuration environment variables were parsed but never actually used by the runtime execution code. The fix includes:

    1. Core Changes (agents-core):

      • Removed getEnvNumber() helper function
      • Bundled all 56 runtime constants into a runtimeConsts export object for cleaner imports
      • Constants now use plain default values instead of reading from process.env directly
    2. Environment Parsing (manage-api & run-api):

      • Updated env.ts files to import runtimeConsts instead of individual constants
      • Added missing AGENTS_VALIDATION_PAGINATION_DEFAULT_LIMIT to manage-api parsing
      • Both APIs now properly parse environment variables and create runtimeConfig objects
    3. Runtime Implementation (run-api):

      • Updated 10+ runtime files to import runtimeConfig from ../env instead of from @inkeep/agents-core
      • Fixed files include: Agent.ts, ToolSessionManager.ts, relationTools.ts, a2a/client.ts, AgentSession.ts, stream-helpers.ts, IncrementalStreamParser.ts, conversations.ts
      • Environment variable overrides now properly affect runtime behavior

    Impact: Environment variables documented in .env.example files now actually work. Users can configure runtime limits, timeouts, and other behavior via environment variables as intended.

  • cb75c9c: bug fix for pages in traces

  • Updated dependencies [185db71]

  • Updated dependencies [8d8b6dd]

  • Updated dependencies [a262e1e]

  • Updated dependencies [cb75c9c]

    • @inkeep/agents-core@0.32.0

@inkeep/agents-core@0.32.1

11 Nov 23:14
237bed7

Choose a tag to compare

Patch Changes

  • 5bd3d93: update dev deps agent-core

@inkeep/agents-core@0.32.0

11 Nov 21:25
73850d6

Choose a tag to compare

Minor Changes

Patch Changes

  • 185db71: fix validation errors of form fields for:

    • subAgent.id
    • subAgent.prompt
    • agent.name
    • agent.contextVariables
    • agent.headersSchema
  • 8d8b6dd: Fix runtime configuration implementation to properly apply environment variable overrides

    This change fixes a critical bug where runtime configuration environment variables were parsed but never actually used by the runtime execution code. The fix includes:

    1. Core Changes (agents-core):

      • Removed getEnvNumber() helper function
      • Bundled all 56 runtime constants into a runtimeConsts export object for cleaner imports
      • Constants now use plain default values instead of reading from process.env directly
    2. Environment Parsing (manage-api & run-api):

      • Updated env.ts files to import runtimeConsts instead of individual constants
      • Added missing AGENTS_VALIDATION_PAGINATION_DEFAULT_LIMIT to manage-api parsing
      • Both APIs now properly parse environment variables and create runtimeConfig objects
    3. Runtime Implementation (run-api):

      • Updated 10+ runtime files to import runtimeConfig from ../env instead of from @inkeep/agents-core
      • Fixed files include: Agent.ts, ToolSessionManager.ts, relationTools.ts, a2a/client.ts, AgentSession.ts, stream-helpers.ts, IncrementalStreamParser.ts, conversations.ts
      • Environment variable overrides now properly affect runtime behavior

    Impact: Environment variables documented in .env.example files now actually work. Users can configure runtime limits, timeouts, and other behavior via environment variables as intended.

  • cb75c9c: bug fix for pages in traces

@inkeep/agents-cli@0.32.1

11 Nov 23:14
237bed7

Choose a tag to compare

Patch Changes

  • 5bd3d93: update dev deps agent-core
  • Updated dependencies [5bd3d93]
    • @inkeep/agents-core@0.32.1
    • @inkeep/agents-manage-ui@0.32.1
    • @inkeep/agents-sdk@0.32.1

@inkeep/agents-cli@0.32.0

11 Nov 21:25
73850d6

Choose a tag to compare

Minor Changes

Patch Changes

  • cb75c9c: bug fix for pages in traces
  • Updated dependencies [185db71]
  • Updated dependencies [8d8b6dd]
  • Updated dependencies [ed8abd5]
  • Updated dependencies [a262e1e]
  • Updated dependencies [cb75c9c]
    • @inkeep/agents-core@0.32.0
    • @inkeep/agents-manage-ui@0.32.0
    • @inkeep/agents-sdk@0.32.0

@inkeep/create-agents@0.31.7

09 Nov 04:56
94e0f35

Choose a tag to compare

Patch Changes

  • 5e45a98: added coherent context
  • Updated dependencies [5e45a98]
    • @inkeep/agents-core@0.31.7

@inkeep/ai-sdk-provider@0.31.7

09 Nov 04:56
94e0f35

Choose a tag to compare

Patch Changes

  • 5e45a98: added coherent context
  • Updated dependencies [5e45a98]
    • @inkeep/agents-core@0.31.7

@inkeep/agents-sdk@0.31.7

09 Nov 04:56
94e0f35

Choose a tag to compare

Patch Changes

  • 5e45a98: added coherent context
  • Updated dependencies [5e45a98]
    • @inkeep/agents-core@0.31.7

@inkeep/agents-run-api@0.31.7

09 Nov 04:56
94e0f35

Choose a tag to compare

Patch Changes

  • 5e45a98: added coherent context
  • Updated dependencies [5e45a98]
    • @inkeep/agents-core@0.31.7

@inkeep/agents-manage-ui@0.31.7

09 Nov 04:56
94e0f35

Choose a tag to compare

Patch Changes

  • 5e45a98: added coherent context
  • Updated dependencies [5e45a98]
    • @inkeep/agents-run-api@0.31.7
    • @inkeep/agents-manage-api@0.31.7
    • @inkeep/agents-core@0.31.7