Skip to content

Releases: autonomys/autonomys-agents

v0.2.2

07 Feb 23:05
c84c634
Compare
Choose a tag to compare

Key Changes

  • Agent Self-Scheduling (Part 1): Transitioned from a fixed, predefined interval to a dynamic, agent-driven scheduling system. This update lets agents determine the next workflow step based on real-time instructions. Part 2 will include a robust task scheduling system.
  • Web Search Tool Integration: Implemented a web search tool to enhance information retrieval capabilities, providing agents with stronger research capabilities
  • Autonomous Twitter Agent Workflow: Launched a new workflow that enables the Twitter agent to operate independently, improving agent autonomy.
  • Experience Minting on Autonomys Network Mainnet: Added the capability to mint experiences directly on the Autonomys Network mainnet via Auto-Drive
  • Enhanced Agent Composition Examples: Provided multiple practical examples to demonstrate how to compose and configure agents, making it easier for users to get started.
  • Improved Configuration Management: Introduced multiple enhancements to configuration management, resulting in a more robust and flexible setup process.

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

30 Jan 19:37
0fcb1f2
Compare
Choose a tag to compare

What's Changed

  • Enhancing resurrection - Clean coding by @Xm0onh in #173
  • Create version of twitter tools more optimized for orchestration workflow by @jfrank-summit in #174
  • Update README.md to include VS C++ redistributable dependency for windows users by @jfrank-summit in #175
  • Update package.json build command for Memory-Viewer by @Xm0onh in #176
  • Quick fix for inconsistency in signature by @Xm0onh in #178
  • Read agent version from package.json by @Xm0onh in #179
  • Prompt optimizations - Improve ability to autonomously carry out workflows by @jfrank-summit in #180
  • Add tools to like tweets, follow users and fetch the "following" timeline by @jfrank-summit in #181
  • Return useful info from twitter workflow instead of final state by @jfrank-summit in #184
  • Add fetchFollowing and fetchProfile tools by @jfrank-summit in #190
  • Add tool for retrieving current time by @jfrank-summit in #191

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Jan 22:51
77f7e43
Compare
Choose a tag to compare

PLEASE NOTE: This repo is in very active development with breaking changes expected frequently.

Key Changes

  • Added orchestration workflow which moves from pre-defined workflows to more autonomous planning and exectution NOTE: This workflow is not yet optimized for complex workflows. Improvements to token usage will be coming shortly. Currently, only Claude Sonnet 3.5 reliably executes complex workflows as intended. The previous, pre-defined Twitter workflow can be executed by passing "Run Twitter workflow" as the initial input.
  • Added multi-character setup
  • Added initial support for vector database (vectorlite)
  • Added saveExperience tool for saving unstructured experiences or memories permanently to the Autonomys Network

All Changes

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Jan 22:00
b39ef08
Compare
Choose a tag to compare

Initial implementation of Autonomys Agents framework for building fully autonomous and onchain agents.

What's Changed

Full Changelog: https://github.com/autonomys/autonomys-agents/commits/v0.1.0