Skip to content

v1.7.0

Choose a tag to compare

@jpr5 jpr5 released this 03 Apr 18:03
· 180 commits to main since this release
0317df5

aimock v1.7.0 — Full-Stack AI Mock Suite

@copilotkit/llmock is now @copilotkit/aimock. One package, one port, zero dependencies.

New Mock Tools

  • MCPMock — Model Context Protocol: tools, resources, prompts, session management
  • A2AMock — Agent-to-Agent: agent cards, message routing, SSE streaming
  • VectorMock — Pinecone, Qdrant, ChromaDB compatible vector DB mock
  • Services — Tavily search, Cohere rerank, OpenAI moderation

Core Infrastructure

  • Mount composition: multiple protocol handlers on one server
  • JSON-RPC 2.0 transport with batch, notifications, error handling
  • aimock CLI with config file support
  • /__aimock/* control API for external fixture management
  • aimock-pytest pip package for native Python testing

Rebrand

  • Package: @copilotkit/aimock (old @copilotkit/llmock re-exports with deprecation)
  • Docker: ghcr.io/copilotkit/aimock (compat alias at ghcr.io/copilotkit/llmock)
  • Docs: aimock.copilotkit.dev
  • Metrics: aimock_* prefix
  • 6 migration guides: MSW, VidaiMock, mock-llm, piyook, Python, Mokksy

Quality

  • 1,992 tests across 55 files
  • MSAL code review converged at zero findings