Skip to content

v0.3.3: Merge pull request #1269 from fetchai/develop

Compare
Choose a tag to compare
@DavidMinarsch DavidMinarsch released this 24 May 21:49
6636dec
  • Adds option to pass ledger apis to aea builder
  • Refactors decision maker: separates interface and implementation; adds loading mechanisms so framework users can provide their own implementation
  • Adds async and sync agent loop implementations; agent can be run in both sync and async mode
  • Completes transition to atomic cli commands (fetch, generate, scaffold)
  • Refactors dialogue api: adds much simplified api; updates generator accordingly; updates skills
  • Adds support for crypto module extensions: framework users can register their own crypto module
  • Adds crypto module and ledger support for cosmos
  • Adds simple-oef (soef) connection
  • Adds p2p_libp2p connection for true p2p connectivity
  • Adds pypi dependency consistency checks for aea projects
  • Refactors cli for improved programmatic usage of components
  • Adds skill exception handling policies and configuration options
  • Adds comprehensive documentation of configuration files
  • Multiple docs updates
  • Multiple test stability fixes