Releases: agential-ai/agential
Releases · agential-ai/agential
v0.2.1
v0.2.0
v0.1.0
What's Changed
- Migrating Away from LangChain -> LiteLLM & Logging for Token Usage, Cost, and Latency by @alckasoc in #252
- Yet Another Rigorous, Robust Refactor (YARRR) by @alckasoc in #256
- Bump aiohttp from 3.9.5 to 3.10.2 by @dependabot in #260
Full Changelog: v0.0.5...v0.1.0
v0.0.5
What's Changed
- Standardize Output Dictionaries, Mock API Calls, Math (GSM8K, SVAMP, TabMWP) for Reflexion by @alckasoc in #186
- Standardizing Critique Prompts for CRITIC Benchmarks by @tedasdf in #187
- Structured Outputs with Pydantic for CRITIC (QA, Math, Code) by @emmalin-7 in #183
- Let's get this done by @alckasoc in #196
- Code for Reflexion (HumanEval, MBPP) by @alckasoc in #191
- Structured Outputs for ReAct with Pydantic by @emmalin-7 in #197
- Structured Outputs for Reflexion with Pydantic, Outputs Module by @alckasoc in #198
- Bump urllib3 from 2.1.0 to 2.2.2 by @dependabot in #199
- Bump urllib3 from 2.2.1 to 2.2.2 in /docs by @dependabot in #200
- NO MORE FEWSHOT EXAMPLES PLEASEEEEEEEE by @alckasoc in #202
- TSOM by @alckasoc in #201
- Universal Selector by @alckasoc in #203
- Bump certifi from 2023.11.17 to 2024.7.4 by @dependabot in #204
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in #205
- Self-Refine, Refactoring Self-Refine, Math for Self-Refine (GSM8K, SVAMP, TabMWP) by @alckasoc in #225
- QA for Self-Refine (HotpotQA, FEVER, AmbigNQ, TriviaQA) by @alckasoc in #227
- Standardize CRITIC/Self-Refine Few-shots for Math, Standardize error types in Reflexion with CRITIC/SR, Code for Self-Refine (HumanEval, MBPP) by @alckasoc in #228
- Refactor ExpeL for Strategies & Factory Modules, QA/Math/Code for ExpeL, Structured Output for ExpeL, Notebook for ExpeL, Trim Base Classes by @alckasoc in #231
- Language Agent Tree Search (LATS), QA (HotpotQA, FEVER, AmbigNQ, TriviaQA) for LATS, Notebook for QA LATS, Strategies Module QA for LATS/Structured Outputs by @alckasoc in #244
- Math & Code for LATS by @alckasoc in #248
- Bump torch from 2.1.2 to 2.2.0 by @dependabot in #249
- Bump setuptools from 69.0.3 to 70.0.0 by @dependabot in #250
New Contributors
- @emmalin-7 made their first contribution in #183
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
What's Changed
- Add dotenv Guide in CONTRIBUTING.md by @alckasoc in #111
- add_TriviaQA_Benchmark by @IGiotto12 in #113
- AmbigNQ for ReAct by @tedasdf in #112
- Remove Generative Agents : ( by @Tsomoriri in #120
- GSM8k for CRITIC by @alckasoc in #139
- Bump tqdm from 4.66.1 to 4.66.3 by @dependabot in #142
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in #143
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #144
- SVAMP for CRITIC by @alckasoc in #145
- TabMWP for CRITIC by @alckasoc in #146
- FEVER for CRITIC by @alckasoc in #147
- added additional keys parameter to prompt by @berniewu2 in #149
- HumanEval for CRITIC by @alckasoc in #151
- updated docs by @alckasoc in #153
- MBPP for CRITIC by @alckasoc in #152
- Bump requests from 2.31.0 to 2.32.2 by @dependabot in #158
- Bump requests from 2.31.0 to 2.32.2 in /docs by @dependabot in #159
- Strategies, Prompt/Benchmarks Modules, Refactoring CRITIC & Self-Refine, Standardize Prompts by @alckasoc in #155
- Refactoring ReAct, HumanEval, MBPP for ReAct, Notebooks, Dependency Clean-up by @alckasoc in #163
New Contributors
- @IGiotto12 made their first contribution in #113
- @berniewu2 made their first contribution in #149
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.1
What's Changed
- Initial issue template commit. by @alckasoc in #2
- fixed indentation error in issue form ymls by @alckasoc in #3
- Vincent/pre commit config by @alckasoc in #1
- Create pull_request_template.md by @alckasoc in #4
- Refactoring & Add Planning Module to Generative Agents by @alckasoc in #5
- Refactoring (Functional, OOD, Modules, Agent, Persona) by @alckasoc in #14
- ReAct Agent by @alckasoc in #16
- Reflexion by @alckasoc in #17
- First Update README.md by @JoePehlke in #26
- fixed small bugs with multiple trials by @alckasoc in #30
- Small fix to ReflexionCoT to reset internal agent state properly by @alckasoc in #33
- Fixed reset for ReflexionReAct by @alckasoc in #34
- Update README.md (repo structure, features) by @tedasdf in #36
- Add new file contribution.md by @GaoDalie in #38
- Comprehensive Unit Tests for ReAct and Reflexion by @JoePehlke in #32
- write how to install make by @GaoDalie in #42
- Add Developer Setup & Pre-commit to CONTRIBUTING.md by @GaoDalie in #43
- Adding Max Steps to ReAct and Reflexion by @alckasoc in #46
- Update outputs of ReflexionCoT and ReflexionReAct to include is_correct, answer, output by @alckasoc in #47
- Update ReAct and Reflexion Agent Outputs (Batch outputs into triplets) by @alckasoc in #51
- Vincent/small refactor by @alckasoc in #54
- Updating Contribution.md by @AbbasQuettawala in #53
- ExpeL by @alckasoc in #24
- FEVER for ReAct by @tedasdf in #39
- Self-Refine by @alckasoc in #56
- CRITIC by @alckasoc in #62
- Removed Unused Folders & Files by @alckasoc in #68
- ReadTheDocs & Sphinx by @alckasoc in #69
- Added output parsing to reAct agent by @Tsomoriri in #64
- create prompt TRIVIAQA by @GaoDalie in #67
- mkdocs by @alckasoc in #70
- Update Dependencies by @alckasoc in #99
- Bump transformers from 4.36.2 to 4.38.0 by @dependabot in #100
- Bump black from 23.12.1 to 24.3.0 by @dependabot in #101
- Bump aiohttp from 3.9.1 to 3.9.4 by @dependabot in #102
- Bump idna from 3.6 to 3.7 by @dependabot in #103
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #104
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #105
- Renaming Library by @alckasoc in #106
New Contributors
- @alckasoc made their first contribution in #2
- @tedasdf made their first contribution in #36
- @GaoDalie made their first contribution in #38
- @AbbasQuettawala made their first contribution in #53
- @Tsomoriri made their first contribution in #64
- @dependabot made their first contribution in #100
Full Changelog: https://github.com/alckasoc/agential/commits/0.0.1