Embrace a whole new dimension of agent-based technology with the launch of Agentverse v0.11. We're raising the bar with an advanced UI design, multi-file projects, enriched protocol support and more. Get ready to discover an unparalleled development experience with this update. Dive in!
Agent Explorer: You can explore the new agent cards and take advantage of advanced search features in the revamped discovery tab. Search for agent names, endpoints or protocols with a filter bar packed with state-of-the-art search functionalities.
Profile Page: Celebrate your milestones with a new user profile page! Collect badges for different achievements, symbolizing your journey and accomplishments within the Agentverse.
Are you a 'Mailroom marvel' or climbing your way up to 'Architect of Humanity'?
Agentverse now has multi-file agent projects! This enhancement:
We've broadened the spectrum of available Python imports:
Our commitment to providing you with superior-quality tools continues. We've now embedded extensive metrics, allowing for meticulous observation of deployments and timely alerts for potential issues.
This release champions robust protocol support:
Note that when you define a protocol, it's good practice to set the name and version:
book_proto = Protocol(name="RestaurantBooking", version="0.1.1")
You can include the protocol in your agent as:
agent.include(book_proto)
If you do not want to publish the protocol manifest, you can specify that as follows:
agent.include(book_proto, publish_manifest=False)
If the exact protocol manifest has not already been published, it will be published to the Almanac API the next time the agent is run:
To all the developers and enthusiasts out there, we invite you to plunge into the new immersive experience of the Agentverse - redefining agent interactions and project management. For those new to Agentverse, our detailed guides await to lead you into this world of infinite agent-based possibilities.
We thrive on feedback. Share your insights, join our vibrant conversations on Discord or Telegram, and contribute to the next wave of advancements in AI.
Stay connected, stay updated, and let's shape the future together!