Skip to content

V2.1.0

Choose a tag to compare

@GavinLucas GavinLucas released this 06 Jul 16:00
b69d2d7

Couple of larger changes here.

One is a tool for looking up documentation since not all models will have access to resources in a way that is useful. Tools with slightly complicated parameters have instructions in the docstrings to prompt them to look up the docs using this tool so hopefully this will increase the usability of the tools and reduce hallucination.

Speaking of resources, I've also added some resources for swarm.

I've also made some improvements and additions to enable the model to wait for specific events, e.g. when a given pattern appears in a container log, e.g. indicating that a service is actually up and running. That should be faster and more robust than constantly polling the logs. The added/improved wait tools include service_wait, node_wait, container_wait, and registry_tag_wait.

What's Changed

Changes

  • 2.1.0: swarm observability resources + wait tools by @GavinLucas in #132
  • Add docs_lookup: tool-callable mirror of docker-docs:// resources by @GavinLucas in #133

Full Changelog: v2.0.1...v2.1.0