- Reorganized directory structure: pkg/ -> packages/, app/ -> apps/ - Added @hanzo/ai package with Vercel AI SDK patterns - Implemented AgentKit concepts (agents, networks, state, routers) - Added MCP (Model Context Protocol) integration - Integrated telemetry with Hanzo Cloud observability - Fixed all failing tests across all packages - Updated Makefile with comprehensive commands for development and release - Added support for Gemini, Codex, and Grok CLI tools - Fixed import paths and build configuration for new structure
7 lines
106 B
TypeScript
7 lines
106 B
TypeScript
/**
|
|
* MCP exports
|
|
*/
|
|
|
|
export * from './types';
|
|
export * from './client';
|
|
export * from './agent-server'; |