Releases: ssoudan/sapiens
Releases · ssoudan/sapiens
sapiens v0.4.1
New Features
- search and logging/tracing
- search tool"
Commit Statistics
- 3 commits contributed to the release.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
sapiens_tools v0.4.0
Chore
- CHANGELOGs
- CHANGELOG
- update
New Features
- improved format description
- reduce initial prompt size
- summarize tool
Bug Fixes
- eliminate
import tools
andfrom tools import...
- deps
- filtering of import tools and from tools import
- eliminate
import tools
from the code
Bug Fixes (BREAKING)
- renamed Arxiv tool
Commit Statistics
- 12 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 11 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- CHANGELOGs (1a6b897)
- Merge pull request #8 from ssoudan/tools (3b7f2b2)
- CHANGELOG (6e90dcd)
- Update (35a6a99)
- Eliminate
import tools
andfrom tools import...
(f62eb17) - Improved format description (3744b79)
- Reduce initial prompt size (a08cd20)
- Deps (b152135)
- Filtering of import tools and from tools import (d79778b)
- Renamed Arxiv tool (11de03c)
- Eliminate
import tools
from the code (ee0c2df) - Summarize tool (23383eb)
sapiens_derive v0.3.1
Chore
- CHANGELOG
New Features
- summarize tool
Commit Statistics
- 3 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
sapiens_cli v0.3.0
Chore
- release prep
Chore
- CHANGELOGs
- CHANGELOG
- update
New Features
- Discord bot
- arXiv query api
- async TaskProgressUpdateHandler
- basic integration with discord
- more detailed updates while working on a task
- reduce initial prompt size
- summarize tool
Bug Fixes
- sorted tool descriptions (by name)
- pyo3-asyncio features
Refactor
- main loop to process model and tools outputs
New Features (BREAKING)
- async api for Tools and in most places actually
Refactor (BREAKING)
- main loop to process model and tools outputs (part 2)
Commit Statistics
- 19 commits contributed to the release over the course of 4 calendar days.
- 5 days passed between releases.
- 16 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Pyo3-asyncio features (260cbe6)
- Release sapiens v0.4.0, sapiens_derive v0.3.1, sapiens_tools v0.4.0, sapiens_bot v0.2.2, sapiens_cli v0.3.0, safety bump 3 crates (0da51f4)
- CHANGELOGs (1a6b897)
- Merge pull request #8 from ssoudan/tools (3b7f2b2)
- CHANGELOG (6e90dcd)
- Update (35a6a99)
- Reduce initial prompt size (a08cd20)
- Summarize tool (23383eb)
- Release sapiens v0.3.0, sapiens_derive v0.3.0, sapiens_tools v0.3.0, sapiens_bot v0.2.2, sapiens_cli v0.3.0, safety bump 3 crates (12e417c)
- Discord bot (8be8d0f)
- Release prep (1452992)
- ArXiv query api (0840086)
- Sorted tool descriptions (by name) (c37e7ca)
- Async TaskProgressUpdateHandler (774d5a6)
- Basic integration with discord (dee80b4)
- Async api for Tools and in most places actually (772e8eb)
- More detailed updates while working on a task (d497429)
- Main loop to process model and tools outputs (part 2) (b11b947)
- Main loop to process model and tools outputs (15c52d8)
sapiens_bot v0.2.2
Chore
- deps updated
Chore
- CHANGELOGs
- CHANGELOG
- update
- CHANGELOG
New Features
- Discord bot
- arXiv query api
- async TaskProgressUpdateHandler
- basic integration with discord
- prototype of a Discord bot
- summarize tool
New Features (BREAKING)
- async api for Tools and in most places actually
Commit Statistics
- 14 commits contributed to the release over the course of 4 calendar days.
- 12 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- CHANGELOGs (1a6b897)
- Merge pull request #8 from ssoudan/tools (3b7f2b2)
- CHANGELOG (6e90dcd)
- Update (35a6a99)
- Summarize tool (23383eb)
- CHANGELOG (88681e1)
- Release sapiens v0.3.0, sapiens_derive v0.3.0, sapiens_tools v0.3.0, sapiens_bot v0.2.2, sapiens_cli v0.3.0, safety bump 3 crates (12e417c)
- Discord bot (8be8d0f)
- ArXiv query api (0840086)
- Deps updated (7ea6a11)
- Async TaskProgressUpdateHandler (774d5a6)
- Basic integration with discord (dee80b4)
- Prototype of a Discord bot (c4981fe)
- Async api for Tools and in most places actually (772e8eb)
sapiens v0.4.0
Chore
- CHANGELOGs
- CHANGELOG
- update
New Features
- reduce initial prompt size
- summarize tool
Bug Fixes (BREAKING)
- renamed Arxiv tool
Commit Statistics
- 7 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 6 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
sapiens_tools v0.3.0
Chore
- release prep
- deps updated
- cleanup
New Features
- Discord bot
- arXiv query api
- basic integration with discord
Bug Fixes
- wikipedia input example
- tests snapshot
- linefeed in tool descriptions
- Better definition of the format for RoomToolInput
- udeps config
Refactor
- main loop to process model and tools outputs
New Features (BREAKING)
- async api for Tools and in most places actually
Refactor (BREAKING)
- main loop to process model and tools outputs (part 2)
Commit Statistics
- 15 commits contributed to the release over the course of 4 calendar days.
- 4 days passed between releases.
- 14 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Discord bot (8be8d0f)
- Release prep (1452992)
- ArXiv query api (0840086)
- Wikipedia input example (b926c83)
- Tests snapshot (04d1762)
- Linefeed in tool descriptions (97d7c70)
- Merge remote-tracking branch 'origin/main' into bot (4f17f43)
- Better definition of the format for RoomToolInput (56ea40e)
- Deps updated (7ea6a11)
- Basic integration with discord (f416adf)
- Udeps config (e195330)
- Async api for Tools and in most places actually (772e8eb)
- Main loop to process model and tools outputs (part 2) (b11b947)
- Main loop to process model and tools outputs (15c52d8)
- Cleanup (385aab3)
sapiens_derive v0.3.0
New Features
- Discord bot
Bug Fixes
- linefeed in tool descriptions
New Features (BREAKING)
- async api for Tools and in most places actually
Commit Statistics
- 3 commits contributed to the release over the course of 3 calendar days.
- 4 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
sapiens v0.3.0
Chore
- deps updated
- deps updated
- API changes in deps
New Features
- Discord bot
- async TaskProgressUpdateHandler
- basic integration with discord
- basic integration with discord
- prototype of a Discord bot
- more detailed updates while working on a task
Bug Fixes
- sorted tool descriptions (by name)
- duplicate entry
- deps
Refactor
- main loop to process model and tools outputs
New Features (BREAKING)
- async api for Tools and in most places actually
Refactor (BREAKING)
- main loop to process model and tools outputs (part 2)
Commit Statistics
- 16 commits contributed to the release over the course of 3 calendar days.
- 4 days passed between releases.
- 15 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Discord bot (8be8d0f)
- Sorted tool descriptions (by name) (c37e7ca)
- Duplicate entry (c0604dc)
- Merge remote-tracking branch 'origin/main' into bot (4f17f43)
- Deps updated (cc8115a)
- Deps updated (7ea6a11)
- Async TaskProgressUpdateHandler (774d5a6)
- Basic integration with discord (f416adf)
- Basic integration with discord (dee80b4)
- Deps (0ac757b)
- Prototype of a Discord bot (c4981fe)
- Async api for Tools and in most places actually (772e8eb)
- More detailed updates while working on a task (d497429)
- API changes in deps (1a0bdf6)
- Main loop to process model and tools outputs (part 2) (b11b947)
- Main loop to process model and tools outputs (15c52d8)
sapiens_tools v0.2.2
- More tools!
Documentation
- Changelog
Chore
- cleanup
New Features
- build container without Hue support by default - EXTRA_FEATURE="hue" to enable.
- format of tools.list() output.
- ToolName with Action result.
- Added WikipediaTool
- Added WikipediaTool
- Added WikidataTool
- toolbox assembly conditioned on Cargo features
Bug Fixes
- Support multivalued parameters
Commit Statistics
- 11 commits contributed to the release.
- 10 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release sapiens v0.2.2, sapiens_derive v0.2.2, sapiens_tools v0.2.2, sapiens_cli v0.2.2 (b72b47f)
- Changelog (1844702)
- Build container without Hue support by default - EXTRA_FEATURE="hue" to enable. (3e15ff7)
- Format of tools.list() output. (49e0a6e)
- ToolName with Action result. (ed70724)
- Support multivalued parameters (d3ffde8)
- Added WikipediaTool (90c5cbd)
- Cleanup (41bca7d)
- Added WikipediaTool (b040052)
- Added WikidataTool (b2902bb)
- Toolbox assembly conditioned on Cargo features (9f251be)