Skip to content

Releases: nMaroulis/protolink

v0.4.4-alpha

31 Dec 00:28

Choose a tag to compare

v0.4.4-alpha Pre-release
Pre-release
  • Simpler Syntax for Agent and Registry initialization
  • Remove AgentTransport & RegistryTransport -> one single Transport protocol
  • many bufixes and stability issues
  • Basic example in Notebooks now fully operational.

Release Notes

24 Dec 01:35

Choose a tag to compare

Release Notes Pre-release
Pre-release

First alpha release.

Includes:

  1. Most models and types based on Google's A2A specs.
  2. Fully operating Agent class.
  3. Transports: Current stable HTTP Transport with Starlette & FastAPI backends.
  4. Tools: Native tools can be easily defined for each agent (MCP adapter TBD)
  5. LLM: LLM abstraction classes for OpenAI API and Anthropic still incomplete.
  6. Registry: Fully operating Registry, for Agent-to-Registry discovery.
  7. Status UI cards: Status cards can be found {agent_url}/status and {registry_url}/status
  8. Agent / Registry -- Client / Server -- Transport connection