Agential

Latest version: v0.1.0

Safety actively analyzes 660373 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

What's Changed
* Migrating Away from LangChain -> LiteLLM & Logging for Token Usage, Cost, and Latency by alckasoc in https://github.com/agential-ai/agential/pull/252
* Yet Another Rigorous, Robust Refactor (YARRR) by alckasoc in https://github.com/agential-ai/agential/pull/256
* Bump aiohttp from 3.9.5 to 3.10.2 by dependabot in https://github.com/agential-ai/agential/pull/260


**Full Changelog**: https://github.com/agential-ai/agential/compare/v0.0.5...v0.1.0

0.0.5

What's Changed
* Standardize Output Dictionaries, Mock API Calls, Math (GSM8K, SVAMP, TabMWP) for Reflexion by alckasoc in https://github.com/agential-ai/agential/pull/186
* Standardizing Critique Prompts for CRITIC Benchmarks by tedasdf in https://github.com/agential-ai/agential/pull/187
* Structured Outputs with Pydantic for CRITIC (QA, Math, Code) by emmalin-7 in https://github.com/agential-ai/agential/pull/183
* Let's get this done by alckasoc in https://github.com/agential-ai/agential/pull/196
* Code for Reflexion (HumanEval, MBPP) by alckasoc in https://github.com/agential-ai/agential/pull/191
* Structured Outputs for ReAct with Pydantic by emmalin-7 in https://github.com/agential-ai/agential/pull/197
* Structured Outputs for Reflexion with Pydantic, Outputs Module by alckasoc in https://github.com/agential-ai/agential/pull/198
* Bump urllib3 from 2.1.0 to 2.2.2 by dependabot in https://github.com/agential-ai/agential/pull/199
* Bump urllib3 from 2.2.1 to 2.2.2 in /docs by dependabot in https://github.com/agential-ai/agential/pull/200
* NO MORE FEWSHOT EXAMPLES PLEASEEEEEEEE by alckasoc in https://github.com/agential-ai/agential/pull/202
* TSOM by alckasoc in https://github.com/agential-ai/agential/pull/201
* Universal Selector by alckasoc in https://github.com/agential-ai/agential/pull/203
* Bump certifi from 2023.11.17 to 2024.7.4 by dependabot in https://github.com/agential-ai/agential/pull/204
* Bump certifi from 2024.2.2 to 2024.7.4 in /docs by dependabot in https://github.com/agential-ai/agential/pull/205
* Self-Refine, Refactoring Self-Refine, Math for Self-Refine (GSM8K, SVAMP, TabMWP) by alckasoc in https://github.com/agential-ai/agential/pull/225
* QA for Self-Refine (HotpotQA, FEVER, AmbigNQ, TriviaQA) by alckasoc in https://github.com/agential-ai/agential/pull/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 https://github.com/agential-ai/agential/pull/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 https://github.com/agential-ai/agential/pull/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 https://github.com/agential-ai/agential/pull/244
* Math & Code for LATS by alckasoc in https://github.com/agential-ai/agential/pull/248
* Bump torch from 2.1.2 to 2.2.0 by dependabot in https://github.com/agential-ai/agential/pull/249
* Bump setuptools from 69.0.3 to 70.0.0 by dependabot in https://github.com/agential-ai/agential/pull/250

New Contributors
* emmalin-7 made their first contribution in https://github.com/agential-ai/agential/pull/183

**Full Changelog**: https://github.com/agential-ai/agential/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* GSM8k, SVAMP, TabMWP for ReAct by alckasoc in https://github.com/agential-ai/agential/pull/166
* Refactoring ReflexionCoT/ReflexionReAct (a bit of ExpeL), QA (FEVER, AmbigNQ, TriviaQA) for Reflexion, RIP Self-Refine by alckasoc in https://github.com/agential-ai/agential/pull/169


**Full Changelog**: https://github.com/agential-ai/agential/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* Add dotenv Guide in CONTRIBUTING.md by alckasoc in https://github.com/agential-ai/agential/pull/111
* add_TriviaQA_Benchmark by IGiotto12 in https://github.com/agential-ai/agential/pull/113
* AmbigNQ for ReAct by tedasdf in https://github.com/agential-ai/agential/pull/112
* Remove Generative Agents : ( by Tsomoriri in https://github.com/agential-ai/agential/pull/120
* GSM8k for CRITIC by alckasoc in https://github.com/agential-ai/agential/pull/139
* Bump tqdm from 4.66.1 to 4.66.3 by dependabot in https://github.com/agential-ai/agential/pull/142
* Bump jinja2 from 3.1.3 to 3.1.4 in /docs by dependabot in https://github.com/agential-ai/agential/pull/143
* Bump jinja2 from 3.1.3 to 3.1.4 by dependabot in https://github.com/agential-ai/agential/pull/144
* SVAMP for CRITIC by alckasoc in https://github.com/agential-ai/agential/pull/145
* TabMWP for CRITIC by alckasoc in https://github.com/agential-ai/agential/pull/146
* FEVER for CRITIC by alckasoc in https://github.com/agential-ai/agential/pull/147
* added additional keys parameter to _prompt_ by berniewu2 in https://github.com/agential-ai/agential/pull/149
* HumanEval for CRITIC by alckasoc in https://github.com/agential-ai/agential/pull/151
* updated docs by alckasoc in https://github.com/agential-ai/agential/pull/153
* MBPP for CRITIC by alckasoc in https://github.com/agential-ai/agential/pull/152
* Bump requests from 2.31.0 to 2.32.2 by dependabot in https://github.com/agential-ai/agential/pull/158
* Bump requests from 2.31.0 to 2.32.2 in /docs by dependabot in https://github.com/agential-ai/agential/pull/159
* Strategies, Prompt/Benchmarks Modules, Refactoring CRITIC & Self-Refine, Standardize Prompts by alckasoc in https://github.com/agential-ai/agential/pull/155
* Refactoring ReAct, HumanEval, MBPP for ReAct, Notebooks, Dependency Clean-up by alckasoc in https://github.com/agential-ai/agential/pull/163

New Contributors
* IGiotto12 made their first contribution in https://github.com/agential-ai/agential/pull/113
* berniewu2 made their first contribution in https://github.com/agential-ai/agential/pull/149

**Full Changelog**: https://github.com/agential-ai/agential/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* AmbigNQ for CRITIC by jsgage7 in https://github.com/alckasoc/agential/pull/75
* Doc Table by alckasoc in https://github.com/alckasoc/agential/pull/107

New Contributors
* jsgage7 made their first contribution in https://github.com/alckasoc/agential/pull/75

**Full Changelog**: https://github.com/alckasoc/agential/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Initial issue template commit. by alckasoc in https://github.com/alckasoc/agential/pull/2
* fixed indentation error in issue form ymls by alckasoc in https://github.com/alckasoc/agential/pull/3
* Vincent/pre commit config by alckasoc in https://github.com/alckasoc/agential/pull/1
* Create pull_request_template.md by alckasoc in https://github.com/alckasoc/agential/pull/4
* Refactoring & Add Planning Module to Generative Agents by alckasoc in https://github.com/alckasoc/agential/pull/5
* Refactoring (Functional, OOD, Modules, Agent, Persona) by alckasoc in https://github.com/alckasoc/agential/pull/14
* ReAct Agent by alckasoc in https://github.com/alckasoc/agential/pull/16
* Reflexion by alckasoc in https://github.com/alckasoc/agential/pull/17
* First Update README.md by JoePehlke in https://github.com/alckasoc/agential/pull/26
* fixed small bugs with multiple trials by alckasoc in https://github.com/alckasoc/agential/pull/30
* Small fix to ReflexionCoT to reset internal agent state properly by alckasoc in https://github.com/alckasoc/agential/pull/33
* Fixed reset for ReflexionReAct by alckasoc in https://github.com/alckasoc/agential/pull/34
* Update README.md (repo structure, features) by tedasdf in https://github.com/alckasoc/agential/pull/36
* Add new file contribution.md by GaoDalie in https://github.com/alckasoc/agential/pull/38
* Comprehensive Unit Tests for ReAct and Reflexion by JoePehlke in https://github.com/alckasoc/agential/pull/32
* write how to install make by GaoDalie in https://github.com/alckasoc/agential/pull/42
* Add Developer Setup & Pre-commit to CONTRIBUTING.md by GaoDalie in https://github.com/alckasoc/agential/pull/43
* Adding Max Steps to ReAct and Reflexion by alckasoc in https://github.com/alckasoc/agential/pull/46
* Update outputs of ReflexionCoT and ReflexionReAct to include is_correct, answer, output by alckasoc in https://github.com/alckasoc/agential/pull/47
* Update ReAct and Reflexion Agent Outputs (Batch outputs into triplets) by alckasoc in https://github.com/alckasoc/agential/pull/51
* Vincent/small refactor by alckasoc in https://github.com/alckasoc/agential/pull/54
* Updating Contribution.md by AbbasQuettawala in https://github.com/alckasoc/agential/pull/53
* ExpeL by alckasoc in https://github.com/alckasoc/agential/pull/24
* FEVER for ReAct by tedasdf in https://github.com/alckasoc/agential/pull/39
* Self-Refine by alckasoc in https://github.com/alckasoc/agential/pull/56
* CRITIC by alckasoc in https://github.com/alckasoc/agential/pull/62
* Removed Unused Folders & Files by alckasoc in https://github.com/alckasoc/agential/pull/68
* ReadTheDocs & Sphinx by alckasoc in https://github.com/alckasoc/agential/pull/69
* Added output parsing to reAct agent by Tsomoriri in https://github.com/alckasoc/agential/pull/64
* create prompt TRIVIAQA by GaoDalie in https://github.com/alckasoc/agential/pull/67
* mkdocs by alckasoc in https://github.com/alckasoc/agential/pull/70
* Update Dependencies by alckasoc in https://github.com/alckasoc/agential/pull/99
* Bump transformers from 4.36.2 to 4.38.0 by dependabot in https://github.com/alckasoc/agential/pull/100
* Bump black from 23.12.1 to 24.3.0 by dependabot in https://github.com/alckasoc/agential/pull/101
* Bump aiohttp from 3.9.1 to 3.9.4 by dependabot in https://github.com/alckasoc/agential/pull/102
* Bump idna from 3.6 to 3.7 by dependabot in https://github.com/alckasoc/agential/pull/103
* Bump pillow from 10.2.0 to 10.3.0 by dependabot in https://github.com/alckasoc/agential/pull/104
* Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/alckasoc/agential/pull/105
* Renaming Library by alckasoc in https://github.com/alckasoc/agential/pull/106

New Contributors
* alckasoc made their first contribution in https://github.com/alckasoc/agential/pull/2
* tedasdf made their first contribution in https://github.com/alckasoc/agential/pull/36
* GaoDalie made their first contribution in https://github.com/alckasoc/agential/pull/38
* AbbasQuettawala made their first contribution in https://github.com/alckasoc/agential/pull/53
* Tsomoriri made their first contribution in https://github.com/alckasoc/agential/pull/64
* dependabot made their first contribution in https://github.com/alckasoc/agential/pull/100

**Full Changelog**: https://github.com/alckasoc/agential/commits/0.0.1

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.