Skip to content

Releases: kagenti/agent-examples

v0.1.0-alpha.8

02 Apr 15:46
v0.1.0-alpha.8
1091806

Choose a tag to compare

v0.1.0-alpha.8 Pre-release
Pre-release

What's Changed

  • Feature: Deployment descriptor and README for weather agent and weather tool by @esnible in #195
  • bug: Modify contact extractor example for a2a-sdk refactor by @esnible in #194
  • Feature: Set log level to DEBUG early by @esnible in #200
  • Chore: Upgrade library versions by @esnible in #201
  • 🐛 Use current Starlette middleware conventions by @esnible in #202
  • weather_service: forward inbound Authorization header to MCP tool calls by @huang195 in #203
  • fix: resolve Ollama function calling failures with crewai 1.10.1 by @mrsabath in #185
  • Feat: Introduce targets to verify A2A and MCP servers start by @esnible in #209
  • chore(deps): Bump github/codeql-action from 4.32.6 to 4.34.1 by @dependabot[bot] in #204
  • feat: Trace weather agent to MCP gateway tool calls by @evaline-ju in #145

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.8

v0.1.0-alpha.6

23 Mar 22:28
87da6df

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

v0.1.0-alpha.5

23 Mar 22:05
c915ffc

Choose a tag to compare

What's Changed

  • fix(a2a): await async TaskUpdater methods in currency converter by @pdettori in #192
  • Feat: Example of how a Kubernetes deployment with labels to appear in Kagenti UI by @esnible in #186
  • bug: Update reservation_tool lockfile by @esnible in #197

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

v0.1.0-alpha.4

18 Mar 14:44
v0.1.0-alpha.4
19e24ea

Choose a tag to compare

v0.1.0-alpha.4 Pre-release
Pre-release

What's Changed

Read more

v0.1.0-alpha.3

16 Mar 18:52
19e24ea

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

Includes fixes for GitHub Issue Agent end-to-end deployment:

  • fix: Strip nil arguments before forwarding to upstream MCP (#176)
  • fix: Add LLM_API_BASE and correct model name in .env.openai (#177)
  • fix: Add OLLAMA_API_BASE for crewai 1.10.1 Ollama support (#172)
  • fix: Make IssueSearchInfo fields Optional for Pydantic v2 (#172)
  • fix: Upgrade pyjwt to resolve CVE-2026-32597 (#172)