Releases: ssoudan/sapiens
Releases · ssoudan/sapiens
sapiens v0.8.0
Chore
- update
- renaming of fields to match the new visible names (
tool_name
,parameters
) - badges, docs.rs links, ...
New Features
- support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point
Bug Fixes
- WIP test
Chore (BREAKING)
- moved the LM to a single place
New Features (BREAKING)
- collect initial prompt in the traces as well - so we can build a proper dataset from them later on
Commit Statistics
- 8 commits contributed to the release over the course of 5 calendar days.
- 5 days passed between releases.
- 7 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update (37fe5c5)
- Merge pull request #16 from ssoudan/decoupling (981d4d4)
- Support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point (eed2b7c)
- WIP test (ebcbbe4)
- Collect initial prompt in the traces as well - so we can build a proper dataset from them later on (1113924)
- Renaming of fields to match the new visible names (
tool_name
,parameters
) (c46990f) - Moved the LM to a single place (46bd185)
- Badges, docs.rs links, ... (2566195)
sapiens_tools v0.7.0
Chore
- updated
- cleanup
Chore
- CHANGELOG
New Features
- cover the case with
exit
in Python code - release GIL when doing something else
New Features (BREAKING)
- change in format to improve task completion rate
Commit Statistics
- 7 commits contributed to the release over the course of 1 calendar day.
- 2 days passed between releases.
- 6 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
sapiens_exp v0.5.0
Chore
- updated
Chore
- CHANGELOG
New Features
- allow to point to another endpoint providing an 'OpenAI' API - lm-sys/FastChat for example.
Bug Fixes
- typo
- Better phrasing of the task
- Scenario 0's state machine!
New Features (BREAKING)
- change in format to improve task completion rate
Commit Statistics
- 8 commits contributed to the release over the course of 2 calendar days.
- 2 days passed between releases.
- 7 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- CHANGELOG (8efe0a2)
- Merge pull request #15 from ssoudan/getting_better (936b298)
- Updated (98826b1)
- Change in format to improve task completion rate (2912f4f)
- Allow to point to another endpoint providing an 'OpenAI' API - lm-sys/FastChat for example. (e8ebd2f)
- Typo (d7adc36)
- Better phrasing of the task (657104d)
- Scenario 0's state machine! (c5997dd)
sapiens_derive v0.4.1
Chore
- updated
Chore
- CHANGELOG
Commit Statistics
- 3 commits contributed to the release over the course of 2 calendar days.
- 2 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
sapiens_cli v0.6.0
Chore
- CHANGELOG
Commit Statistics
- 1 commit contributed to the release.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- CHANGELOG (8efe0a2)
sapiens_bot v0.5.0
Chore
- CHANGELOG
Commit Statistics
- 1 commit contributed to the release.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- CHANGELOG (8efe0a2)
sapiens v0.7.0
Chore
- updated
- cleanup
- cleanup
Chore
- CHANGELOG
New Features
- allow to point to another endpoint providing an 'OpenAI' API - lm-sys/FastChat for example.
Bug Fixes
- generate up to
min_token_for_completion
(from the Config).
New Features (BREAKING)
- change in format to improve task completion rate
Commit Statistics
- 8 commits contributed to the release over the course of 1 calendar day.
- 2 days passed between releases.
- 7 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- CHANGELOG (8efe0a2)
- Merge pull request #15 from ssoudan/getting_better (936b298)
- Updated (98826b1)
- Cleanup (602398e)
- Cleanup (acb2a6a)
- Change in format to improve task completion rate (2912f4f)
- Generate up to
min_token_for_completion
(from the Config). (4720cf1) - Allow to point to another endpoint providing an 'OpenAI' API - lm-sys/FastChat for example. (e8ebd2f)
sapiens_tools v0.6.0
New Features
- store the current state in Trace Events
- added scenario_0
- generate Python docstring so
help(tools.Something)
works. - refactoring of the observer for Step
BREAKING CHANGES: API changed. - sapiens_exp
New Features (BREAKING)
- Richer errors while invoking tools
- Collect information in a serializable struct with all that matters
- collect execution traces
Commit Statistics
- 10 commits contributed to the release over the course of 4 calendar days.
- 5 days passed between releases.
- 8 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #13 from ssoudan/getting_methodical (e0d97aa)
- Store the current state in Trace Events (4626deb)
- Richer errors while invoking tools (04e83c2)
- Added scenario_0 (c6d0056)
- Merge remote-tracking branch 'origin/main' into getting_methodical (69ed1e8)
- Collect information in a serializable struct with all that matters (6c30344)
- Collect execution traces (f93652f)
- Generate Python docstring so
help(tools.Something)
works. (404afb1) - Refactoring of the observer for Step (a35ed60)
- Sapiens_exp (7c98fcb)
sapiens_exp v0.4.1
Chore
- updated
- ...
- ...
- versions
- versions
- updated
Chore
- CHANGELOG
New Features
- store the current state in Trace Events
- cleaner output format for Trials
- jupter notebook to explore the records from sapiens_exp
- added scenario_0
- scenario with generic tool
- GenericTool for building the scenarios
- refactoring of the observer for Step
BREAKING CHANGES: API changed. - sapiens_exp
New Features (BREAKING)
- Richer errors while invoking tools
- Collect information in a serializable struct with all that matters
- collect execution traces
Commit Statistics
- 21 commits contributed to the release over the course of 4 calendar days.
- 18 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- CHANGELOG (cb65403)
- Release sapiens v0.6.0, sapiens_derive v0.4.0, sapiens_tools v0.6.0, sapiens_bot v0.4.0, sapiens_cli v0.5.0, sapiens_exp v0.4.1, safety bump 4 crates (1b9dd43)
- Merge pull request #13 from ssoudan/getting_methodical (e0d97aa)
- Store the current state in Trace Events (4626deb)
- Updated (cd0bd17)
- Cleaner output format for Trials (6b9c35c)
- Richer errors while invoking tools (04e83c2)
- Wip (b6d2dd7)
- Jupter notebook to explore the records from sapiens_exp (41f1679)
- Added scenario_0 (c6d0056)
- Scenario with generic tool (0f106f4)
- GenericTool for building the scenarios (e883e88)
- ... (8d569ea)
- ... (15d2755)
- Collect information in a serializable struct with all that matters (6c30344)
- Versions (e7eb830)
- Versions (5e2e3e7)
- Updated (500eeba)
- Collect execution traces (f93652f)
- Refactoring of the observer for Step (a35ed60)
- Sapiens_exp (7c98fcb)
sapiens_derive v0.4.0
Chore
- syn v2 and updated darling
New Features (BREAKING)
- Richer errors while invoking tools
Commit Statistics
- 3 commits contributed to the release over the course of 4 calendar days.
- 7 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages