Releases: sentient-agi/Sentient-Agent-Framework
Releases · sentient-agi/Sentient-Agent-Framework
v0.3.0: Serialize JSON data in SSE events (#11)
- Serialize Sentient Chat event using
model_dump_json()before serving using SSE - Also update README
- https://test.pypi.org/project/sentient-agent-framework/0.3.0/
- https://pypi.org/project/sentient-agent-framework/0.3.0/
v0.2.0: Add AbstractAgent abstract base class and Session support (#9)
- Adds
AbstractAgentabstract base class and corresponding implementations - Adds
Sessionprotocol 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
- Correct imports (remove leading
src) - Add
clean.pyto remove build artifacts - Update
pyproject.toml - https://test.pypi.org/project/sentient-agent-framework/0.1.1/
- https://pypi.org/project/sentient-agent-framework/0.1.1/
v0.1.0
- First release
- Basic
ResponseHandler(and helper classes + interfaces) for emitting Sentient Chat events - https://test.pypi.org/project/sentient-agent-framework/0.1.0/