agent-protocol: The Agent Protocol provides a single common interface for communicating with AI agents, addressing the challenge of diverse agent interfaces and simplifying comparison. It is a tech-stack agnostic API specification, enabling easier development of devtools and fostering ecosystem growth by reducing boilerplate.; agentpack: Agentpack is a local-first continuity layer for repo-scoped coding work. It stores reviewed task state in a repo-local .agentpack/ directory so that MCP-connected coding agents can continue without rediscovering context or re-reading unchanged sources. It exposes task state through an MCP server, project instructions, CLI commands, and markdown export.
Developing new AI agents with a standard interface
When coding agents lose continuity across chat sessions or client switches