Skip to content

Releases: sentient-agi/Sentient-Agent-Framework

v0.3.0: Serialize JSON data in SSE events (#11)

18 Apr 22:41
dd7c6e3

Choose a tag to compare

v0.2.0: Add AbstractAgent abstract base class and Session support (#9)

11 Apr 17:55
f8bc33a

Choose a tag to compare

  • Adds AbstractAgent abstract base class and corresponding implementations
  • Adds Session protocol and classes
  • Updates architecture
    • Instead of agent starting server, server is created independently and agent is passed into server
    • Use identity from request
    • Use new hook for every request
  • Use fastapi instead of flask to use async functions to support concurrent requests
  • Move dependencies to correct location in pyproject.toml (made a packaging mistake)
  • Cleans up dependencies
  • Adds documentation in module READMEs (best place to look for summary of changes)
  • Updates top-level README
  • https://test.pypi.org/project/sentient-agent-framework/0.2.0/
  • https://pypi.org/project/sentient-agent-framework/0.2.0/

v0.1.1

27 Mar 21:03
79fd42a

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

v0.1.0

27 Mar 20:59
cd58645

Choose a tag to compare

v0.1.0 Pre-release
Pre-release