Camel-ai

Latest version: v0.1.3

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

Scan your dependencies

0.1.3

0.1.0

Summary

1. Role-playing API
2. Critic in the loop
3. Example console apps
4. Demo Gradio apps

What's Changed
* Create linting.yaml by lightaime in https://github.com/lightaime/camel/pull/2
* Setup pre-commit hook by lightaime in https://github.com/lightaime/camel/pull/1
* Fixed format by lightaime in https://github.com/lightaime/camel/pull/4
* Fix linting yaml typo by lightaime in https://github.com/lightaime/camel/pull/3
* Update pre commit setting by lightaime in https://github.com/lightaime/camel/pull/5
* Add with_task support for role playing by lightaime in https://github.com/lightaime/camel/pull/6
* Task generator by hammoudhasan in https://github.com/lightaime/camel/pull/7
* Add task specifier agent by lightaime in https://github.com/lightaime/camel/pull/8
* Refactor code and add unit tests and examples by lightaime in https://github.com/lightaime/camel/pull/9
* Add necessary dependencies by lightaime in https://github.com/lightaime/camel/pull/10
* Add window size to save money by lightaime in https://github.com/lightaime/camel/pull/11
* Always add the system message to not lose context by lightaime in https://github.com/lightaime/camel/pull/13
* Add single agent for role prompts by lightaime in https://github.com/lightaime/camel/pull/14
* Add `RolePlaying` class by lightaime in https://github.com/lightaime/camel/pull/15
* Data generation by hammoudhasan in https://github.com/lightaime/camel/pull/12
* README Added by HaniItani in https://github.com/lightaime/camel/pull/16
* Add collab to README by HaniItani in https://github.com/lightaime/camel/pull/17
* Update README.md by HaniItani in https://github.com/lightaime/camel/pull/18
* Modify demo by lightaime in https://github.com/lightaime/camel/pull/19
* Added color print and optional window size by lightaime in https://github.com/lightaime/camel/pull/20
* Add colorama dependency by lightaime in https://github.com/lightaime/camel/pull/21
* Update license by lightaime in https://github.com/lightaime/camel/pull/23
* Fix readme by lightaime in https://github.com/lightaime/camel/pull/24
* Fix prompt typos by lightaime in https://github.com/lightaime/camel/pull/25
* Improve task specifier by lightaime in https://github.com/lightaime/camel/pull/26
* Fix data generation by hammoudhasan in https://github.com/lightaime/camel/pull/27
* Refactor AI Society and Add Code by lightaime in https://github.com/lightaime/camel/pull/28
* Refactor agents and add `TaskPlannerAgent` and `TaskType` by lightaime in https://github.com/lightaime/camel/pull/29
* Fix conditions for termination by hammoudhasan in https://github.com/lightaime/camel/pull/30
* Fix `TaskPlannerAgent` and improving prompts by lightaime in https://github.com/lightaime/camel/pull/31
* Initial version if data explorer with Gradio by Obs01ete in https://github.com/lightaime/camel/pull/22
* Code multiprocess by hammoudhasan in https://github.com/lightaime/camel/pull/32
* Turn off Task Planning by Default by lightaime in https://github.com/lightaime/camel/pull/34
* Save bools role playing by lightaime in https://github.com/lightaime/camel/pull/35
* Fix typos in prompts by lightaime in https://github.com/lightaime/camel/pull/36
* Update Readme add Preprint by lightaime in https://github.com/lightaime/camel/pull/38
* Update README.md by hammoudhasan in https://github.com/lightaime/camel/pull/39
* Fix readme example by lightaime in https://github.com/lightaime/camel/pull/40
* Add dan prompt and singe agent by lightaime in https://github.com/lightaime/camel/pull/41
* Add role prompts for misalignment by lightaime in https://github.com/lightaime/camel/pull/42
* Add dataset license by lightaime in https://github.com/lightaime/camel/pull/44
* Add license to readme by lightaime in https://github.com/lightaime/camel/pull/45
* Dataset release by lightaime in https://github.com/lightaime/camel/pull/43
* Updated framework image by lightaime in https://github.com/lightaime/camel/pull/46
* Readme img size by lightaime in https://github.com/lightaime/camel/pull/47
* Agents app by Obs01ete in https://github.com/lightaime/camel/pull/37
* Update README.md to include Hugging Face Logo and Link by hammoudhasan in https://github.com/lightaime/camel/pull/51
* Changed dataset links to hugging face by lightaime in https://github.com/lightaime/camel/pull/52
* Remove hacky `CodeSystemMessageGenerator` and `CodeChatAgent` for the code dataset by lightaime in https://github.com/lightaime/camel/pull/49
* Dataset selector in Dataset Explorer by Obs01ete in https://github.com/lightaime/camel/pull/50
* Add pyproject by lightaime in https://github.com/lightaime/camel/pull/60
* added gpt-4 and gpt-4-32k support by zestor in https://github.com/lightaime/camel/pull/58
* Update README.md by lightaime in https://github.com/lightaime/camel/pull/62
* Misalignment Data Generation by hammoudhasan in https://github.com/lightaime/camel/pull/63
* Language Translation Code by hammoudhasan in https://github.com/lightaime/camel/pull/64
* Fix a typo in ModelType by lightaime in https://github.com/lightaime/camel/pull/68
* Split code blocks on newlines and <br> by Obs01ete in https://github.com/lightaime/camel/pull/56
* Forgotten code made nice by Obs01ete in https://github.com/lightaime/camel/pull/69
* Refactor prompts and rename main modules by lightaime in https://github.com/lightaime/camel/pull/70
* Update README.md by hammoudhasan in https://github.com/lightaime/camel/pull/71
* Update README.md by hammoudhasan in https://github.com/lightaime/camel/pull/72
* Add logo to apps by Obs01ete in https://github.com/lightaime/camel/pull/73
* Add Misalignment Atlas Visualizations by hammoudhasan in https://github.com/lightaime/camel/pull/74
* Update README.md by hammoudhasan in https://github.com/lightaime/camel/pull/75
* Add `Human` in the loop by lightaime in https://github.com/lightaime/camel/pull/77
* Task specifier UI by Obs01ete in https://github.com/lightaime/camel/pull/76
* Fix apps and improve tests by Obs01ete in https://github.com/lightaime/camel/pull/80
* Tables in README for better readability by Obs01ete in https://github.com/lightaime/camel/pull/83
* Replaced asserts with exceptions in the package by Obs01ete in https://github.com/lightaime/camel/pull/81
* Added Chemistry and Biology Dataset HF links by hammoudhasan in https://github.com/lightaime/camel/pull/87
* Fix update messages and add docstrings and tests by lightaime in https://github.com/lightaime/camel/pull/90
* Better test coverage of Agents app by Obs01ete in https://github.com/lightaime/camel/pull/84
* Add prompt template txts into package by Obs01ete in https://github.com/lightaime/camel/pull/95
* Create pytest actions for the package and the apps by Obs01ete in https://github.com/lightaime/camel/pull/92
* Remove prompt `.txt` files from the package and use `.py` files by lightaime in https://github.com/lightaime/camel/pull/97
* Update README.md by lightaime in https://github.com/lightaime/camel/pull/99
* Add `extend_sys_msg_meta_dicts` and `extend_task_specify_meta_dict` by lightaime in https://github.com/lightaime/camel/pull/107
* Remove maybe unnecessary restrictions by lightaime in https://github.com/lightaime/camel/pull/108
* Fixed Typing Issues by hammoudhasan in https://github.com/lightaime/camel/pull/109
* Evaluation Samples Generation by hammoudhasan in https://github.com/lightaime/camel/pull/110
* Add `CriticAgent` by lightaime in https://github.com/lightaime/camel/pull/112
* Initial version of docs with GH actions by Obs01ete in https://github.com/lightaime/camel/pull/111
* Dilemma App by Obs01ete in https://github.com/lightaime/camel/pull/106

New Contributors
* hammoudhasan made their first contribution in https://github.com/lightaime/camel/pull/7
* HaniItani made their first contribution in https://github.com/lightaime/camel/pull/16
* Obs01ete made their first contribution in https://github.com/lightaime/camel/pull/22
* zestor made their first contribution in https://github.com/lightaime/camel/pull/58

**Full Changelog**: https://github.com/lightaime/camel/commits/v0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.