Setup aimock
Version updated for https://github.com/CopilotKit/aimock to version v1.14.0.
- This action is used across all versions by 7 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The aimock GitHub Action provides a comprehensive framework for mocking and testing AI applications by simulating various AI-related APIs, protocols, and services, such as LLMs, multimedia APIs, vector databases, and agent-to-agent communication. It streamlines testing by enabling deterministic response playback, chaos testing, and drift detection, while supporting integration with CI/CD pipelines and test frameworks. This action is designed to simplify the development and validation of AI applications by offering a unified, dependency-free, and configurable testing environment.
What’s Changed
What’s Changed
- fix: update plugin metadata and SKILL.md for aimock 1.13.0 by @jpr5 in https://github.com/CopilotKit/aimock/pull/103
- chore: rename llmock→aimock in comments, strings, URLs, and docs by @jpr5 in https://github.com/CopilotKit/aimock/pull/104
- fix: set npm homepage to aimock.copilotkit.dev by @jpr5 in https://github.com/CopilotKit/aimock/pull/105
- ci: only notify Slack on drift detection or failure by @jpr5 in https://github.com/CopilotKit/aimock/pull/106
- fix: normalize OpenAI-compatible paths with arbitrary prefixes by @jpr5 in https://github.com/CopilotKit/aimock/pull/108
- docs: add framework integration guides for 6 AI agent frameworks by @jpr5 in https://github.com/CopilotKit/aimock/pull/109
- fix: account for page-toc width in docs content centering by @jpr5 in https://github.com/CopilotKit/aimock/pull/110
- feat: response merging, JSON auto-stringify, and openai-responses migration by @jpr5 in https://github.com/CopilotKit/aimock/pull/111
Full Changelog: https://github.com/CopilotKit/aimock/compare/v1.13.0...v1.14.0