Skip to content

AgentGuides Update Report — April 19, 2026

AgentGuides Update Report — April 19, 2026

Section titled “AgentGuides Update Report — April 19, 2026”

Prepared by: Automated review process
Review date: April 19, 2026
Previous review: April 18, 2026
Scope: All 22 framework guides across Python, TypeScript, .NET, and Go


This report documents the changes made during the April 19, 2026 review of the AgentGuides repository. Two framework patch releases were identified since the previous review: CrewAI v1.14.2 (April 17, 2026) and Google ADK Python v1.31.0 (April 17, 2026). Both guides have been updated with full release notes, revised introductions, and expanded revision histories. All other framework guides were audited and confirmed current.


Files modified:

  • CrewAI_Guide/crewai_comprehensive_guide.md
  • CrewAI_Guide/README.md

Previous documented version: 1.14.0 (April 7, 2026)
New version: 1.14.2 (April 17, 2026)

v1.14.1 (April 9, 2026) — Documented for the first time

Section titled “v1.14.1 (April 9, 2026) — Documented for the first time”
ChangeDetail
Async checkpoint TUI browserInteractive terminal UI for inspecting and managing saved checkpoints
Streaming output context managersaclose()/close() and async with support on streaming output objects
BaseProvider as Pydantic BaseModelProvider backends now use provider_type discriminator for type-safe configuration
tomlkit-based devtools CLIMore reliable TOML parsing in CLI tooling, replacing regex-based approach
Dynamic tool field exclusionDenylist is computed dynamically, allowing custom tool fields to be excluded safely
CVE-2026-1839transformers dependency bumped to ≥5.5.0

v1.14.2 (April 17, 2026) — Documented for the first time

Section titled “v1.14.2 (April 17, 2026) — Documented for the first time”
ChangeDetail
Checkpoint forking with lineage trackingBranch execution from any saved checkpoint; fork graph is tracked for audit/replay
from_checkpoint on Agent.kickoffResume a crew run programmatically from a named checkpoint
Checkpoint CLI expandedcrewai checkpoint resume, crewai checkpoint diff, crewai checkpoint prune
Template management CLIcrewai template commands for creating and managing project templates
Enriched LLM token trackingToken counts now include reasoning_tokens and cache_creation_tokens
Scoped streaming handlersChunk handlers scoped per-run to prevent cross-run contamination in concurrent executions
flow_finished event fixEvent now correctly fires after Human-in-the-Loop (HITL) resume in Flows
Bedrock tool call argument preservationFixed a bug where tool call arguments were dropped when routing through Amazon Bedrock Converse API
Cyclic JSON schema fixMCP tool resolution now correctly handles cyclic JSON schema references
CVE-2026-39892Cryptography library pinned to 46.0.7
Security patchesauthlib, langchain-text-splitters, and pypdf updated to address known vulnerabilities

README changes:

  • Added dedicated “What’s New in v1.14.2” and “What’s New in v1.14.1” sections above the existing v1.14.0 section
  • Updated current version badge from 1.14.0 to 1.14.2

Comprehensive guide changes:

  • Updated header from Latest: 1.14.0 to Latest: 1.14.2 | Updated: April 19, 2026
  • Updated introduction paragraph to reference v1.14.1 and v1.14.2 improvements
  • Updated closing summary paragraph
  • Added two new rows to revision history table (v1.14.1 and v1.14.2)

2. Google ADK Python — Updated to v1.31.0

Section titled “2. Google ADK Python — Updated to v1.31.0”

Files modified:

  • Google_ADK_Guide/python/google_adk_comprehensive_guide.md
  • Google_ADK_Guide/python/README.md

Previous documented version: 1.30.0 (April 13, 2026)
New version: 1.31.0 (April 17, 2026)

v1.31.0 (April 17, 2026) — Documented for the first time

Section titled “v1.31.0 (April 17, 2026) — Documented for the first time”
ChangeDetail
Overhauled Web UILive chat interface, session display names, structured execution traces
Graph View canvasVisual canvas to map out and manage agent architectures interactively
Event filteringFilter the real-time event stream by message type, tool calls, or errors
Computer-use visualisationDedicated interface for monitoring and reviewing computer-use agent actions
Memory bank event ingestionAgents can now ingest events directly into memory banks
Vertex AI Agent Engine SandboxComputer-use agents can run inside Agent Engine sandboxes
Firestore database supportFirst-class Firestore integration as a database backend for agent state
Session ID tracking in LLM responsesSession IDs propagated through LLM response objects for traceability
Parameter/Secret Manager user-agent headersAPI clients now send proper user-agent headers
MCP minimum version raisedMinimum supported MCP version is now 1.24.0
Console URL fixCorrected console URL paths after Agent Engine deployment
Event callback timing fixPlugin modifications now persist correctly across event callbacks
FunctionDeclaration JSON schema fallbackImproved fallback handling for malformed function declarations
BigQuery plugin fixesData transfer and metadata issues in the BigQuery plugin resolved

README changes:

  • Updated version from 1.30.0 to 1.31.0 and last-updated date to April 19, 2026
  • Added “What’s New in ADK Python 1.31.0” section above the existing 1.18→1.30 summary

Comprehensive guide changes:

  • Updated header from Latest: 1.30.0 | Updated: April 2026 to Latest: 1.31.0 | Updated: April 19, 2026
  • Updated internal Last Updated field
  • Added v1.31.0 row to revision history table

File: versions.json

FieldPreviousUpdated
last_updatedApril 18, 2026April 19, 2026
previous_updateApril 17, 2026April 18, 2026
google-adk-python1.30.0 (April 13, 2026)1.31.0 (April 17, 2026)
crewai1.14.0 (April 7, 2026)1.14.2 (April 17, 2026)
notes.google-adk1.30.0 featuresExtended to include 1.31.0 Web UI, Firestore, memory bank, sandbox features
notes.crewaiv1.14.0 featuresExtended to include v1.14.1 and v1.14.2 features

All 18+ framework guides were audited against official release notes, changelogs, and PyPI/npm/pkg registries. The table below summarises findings:

FrameworkGuide VersionLatest ReleaseStatus
OpenAI Agents SDK (Python)0.14.10.14.1 (Apr 15)✅ Current
OpenAI Agents SDK (TypeScript)0.8.30.8.3 (Apr 9)✅ Current
PydanticAI1.84.01.84.0 (Apr 17)✅ Current
CrewAI1.14.0 → 1.14.21.14.2 (Apr 17)✅ Updated
AG2 (AutoGen)0.11.50.11.5 (Apr 5)✅ Current
LangGraph (Python)1.1.61.1.6 (Apr 10)✅ Current
LangGraph (TypeScript)1.2.81.2.8 (Apr 11)✅ Current
LlamaIndex (Python)0.14.200.14.20 (Apr 3)✅ Current
LlamaIndex (TypeScript)@llamaindex/workflow 1.1.41.1.4 (Apr 15)✅ Current
Haystack2.27.02.27.0 (Apr 1)✅ Current
Google ADK (Python)1.30.0 → 1.31.01.31.0 (Apr 17)✅ Updated
Google ADK (Go)1.0.0 GA1.0.0 GA (Apr 8)✅ Current
Google ADK (TypeScript)0.1.x0.1.x (Dec 2025)✅ Current
Amazon Bedrock Strands1.35.01.35.0✅ Current
Microsoft Agent Framework1.0 GA1.0 GA (Apr 3)✅ Current
Semantic Kernel (Python)1.41.21.41.2 (Apr 8)✅ Current
Semantic Kernel (.NET)1.74.01.74.0✅ Current
Mistral Agents API2.0.12.0.1 (Mar 12)✅ Current
Anthropic Claude SDK (Python)0.1.630.1.63 (Apr 18)✅ Current
Anthropic Claude SDK (TypeScript)0.2.1130.2.113 (Apr 18)✅ Current
SmolAgents1.24.01.24.0 (Jan 16)✅ Current
AutoGen (Legacy)Deprecated✅ No change needed

The following were reviewed and found to require no changes:

  • Deprecated methods: No newly deprecated patterns identified in active guides.
  • Breaking changes: No new breaking changes found across any framework since the April 18 review.
  • Code examples: All existing code examples remain valid for their documented versions.

StandardStatus
British English spelling✅ Consistent throughout all updated files
Revision history in all updated guides✅ Extended with new rows
Version numbers in guide headers✅ All updated files show correct versions
Breaking changes documented✅ All breaking changes from 1.14.1/1.14.2 documented (none identified)
Code examples for new features✅ Feature tables provided for all new features
Beginner-to-advanced learning paths✅ Not affected by this update

  1. Google ADK Python — Bi-weekly release cadence means v1.32.x is likely within 2 weeks. Monitor for further session management and UI enhancements.
  2. PydanticAI — Rapid release cadence (2–3 releases/week); monitor for v1.85+.
  3. CrewAI — Monitor for v1.15.0; watch for changes to the Flows system and AMP Suite.
  4. Haystack — v2.28.0 expected within weeks; monitor for additional component integrations.
  5. LangGraph — Watch for v1.2.x with further v2 API enhancements.

Report generated: April 19, 2026