agentic 1.4.0 copy "agentic: ^1.4.0" to clipboard
agentic: ^1.4.0 copied to clipboard

Ai Wrapper

1.4.0 #

  • New chunk class support for parameters and direct vector modeling

1.3.1 #

  • Remove first-party Google Gemini provider support and the remaining Gemini/OpenAI-Google connector references
  • Remove the remaining Gemini model constants from ChatModel
  • Add chunking sanity tests for IChunker

1.3.0 #

  • Fix langchain deps
  • BREAKING renamed Embedder to ConnectedEmbeddingModel
  • Inline BPE-backed chunking inside IChunker instead of delegating chunking to Chunky
  • BREAKING stop re-exporting Chunky from package:agentic/agentic.dart

1.2.2 #

  • Fix models and upgrade artifact

1.2.1 #

  • Switch Agentic's ingestion backend over to Chunky while keeping IChunker and IDistiller as the compatibility layer
  • Re-export Chunky from package:agentic/agentic.dart so Chunker, FileStringer, and Embedder are available from the main barrel import
  • Update chunking and ingestion docs to show both the Agentic wrapper flow and direct Chunky usage
  • Depend on the published chunky ^1.0.3 release instead of a local path package

1.2.0 #

  • Add OpenRouterManagementClient for management-key API key lifecycle operations
  • Add OpenRouter embeddings support through OpenRouterConnector.embed(...) and embedMultiple(...)
  • Update the README with OpenRouter management and embeddings usage examples

1.1.9 #

  • Support for new models and pricing updates
  • Fixed Naga sync

1.1.8 #

  • Advanced chunking support

1.1.7 #

1.1.6 #

  • Update open router models to support new models

1.1.5 #

  • Support live opem router model pulling Future<List<ChatModel>> getLiveOpenRouterModels()
  • Updated to support gpt-5 models

1.1.4 #

  • Update to support gpt oss models

1.1.3 #

  • Update pricing to reflect openrouter charges ~5% more than cost.

1.1.2 #

  • Support open router models

1.1.0 #

    • Grok 4
    • Gemini 2.5 Flash Lite
    • Mercury (Generalized Diffusion Model from InceptionLabs)
  • BREAKING mercury-coder-small is now just mercury-coder (changed field from mercuryCoderSmall to mercuryCoder)
  • Mercury Coder context window reduced from 64k to 32k again (they did it not me)
  • gemini-2.5-pro is now off preview model name
  • gemini-2.5-flash is now off preview model name
  • claude-opus-4-0 is now an alias for Claude 4
  • claude-sonnet-4-0 is now an alias for Claude 4 Sonnet

1.0.9 #

  • O3 Pricing Changes
  • Gemini 2.5 Pro Model Update 6-05

1.0.8 #

  • Fixes

1.0.7 #

  • Post overlap count in chunker

1.0.6 #

  • Chunkers

1.0.5 #

  • gemini-2.0-flash-lite

1.0.4 #

  • Add Claude 4 Sonnet
  • Add Claude 4 Opus
  • Deprecated Flag for Claude 3.7 Sonnet (use claude-4-sonnet instead)
  • Deprecated Flag for 4o, 4o-mini, o1, o1-pro, o1-mini, o3-mini (use o4-mini & o3 & 4.1 & 4.1-mini instead)
  • Migrated gemini-2.5-flash from xxx-4-17 to xxx-05-20

1.0.3 #

  • Fixes

1.0.2 #

  • Const connections & Inception

1.0.1 #

  • More

1.0.0 #

  • Initial