Releases: camel-ai/camel
Releases · camel-ai/camel
v0.1.6.2
Release version 0.1.6.2
v0.1.6.1
What's Changed
- feat: Integrate firecrawl by @Wendong-Fan in #781
- docs: Add tool cookbook including Composio by @Wendong-Fan in #763
- feat:
Task
in camel by @onemquan in #699 - feat: Support multi-modal input and multi-modal output in one agent Dalle support by @willshang76 in #698
- feat: structure response using function call by @raywhoelse in #778
- feat: pydantic by @onemquan in #746
- fix: align with pydantic update by @Wendong-Fan in #789
- feat: Add Workforce by @yiyiyi0817 in #713
- fix: Could not install packages due to an OSError: [Errno 28] No space left on device by @Wendong-Fan in #803
- fix: replace dict with as_dict() in model_config by @onemquan in #804
- feat: add setting for AgentOps by @Wendong-Fan in #794
Full Changelog: v0.1.6.0...v0.1.6.1
v0.1.6.0
What's Changed
- feat: Integrate Gemini 1.5 by @Asher-hss in #647
- feat: Update knowledge graph agent for tutorial by @Wendong-Fan in #712
- refactor: move functions to toolkits directory by @andrei3131 in #677
- fix: model token_limit and gemini dependency by @Wendong-Fan in #719
- fix: Some typo by @zechengz in #725
- feat: Support vLLM as a model backend by @zechengz in #734
- feat: Add
GPT_4O_MINI
by @zechengz in #749 - fix: role playing with specific model by @Appointat in #736
- feat: allow users self setting token counter from ModelFactory by @lllllyh01 in #730
- feat: ipython kernel code interpreter by @onemquan in #726
- feat: Azure OpenAI API by @onemquan in #733
- feat: Improve Dockerfile quality by @WHALEEYE in #722
- feat: integrate the llama3 (8B, 70B), Mistral.AI, Gemma (7B, 9B) served by Groq by @Appointat in #531
- fix: n4j example by @Wendong-Fan in #753
- feat: Integrate mistral by @Wendong-Fan in #754
- release: V0.1.5.8 by @Wendong-Fan in #777
- release: V0.1.5.9 by @Wendong-Fan in #779
- fix: Token number error for GPT3.5 turbo by @Wendong-Fan in #780
New Contributors
- @Asher-hss made their first contribution in #647
- @andrei3131 made their first contribution in #677
- @lllllyh01 made their first contribution in #730
Full Changelog: v0.1.5.5...v0.1.6.0
v0.1.5.9
Release version 0.1.5.9
v0.1.5.8
Release version 0.1.5.8
v0.1.5.7
Release version 0.1.5.7
v0.1.5.6
Release version 0.1.5.6
v0.1.5.5
What's Changed
- Update sentence transformer text embeddings by @zechengz in #628
- Update OpenAI text embeddings by @zechengz in #627
- feat: Add claude 3.5, update interface for zhipu example by @Wendong-Fan in #669
- feat: Discord bot rag by @willshang76 in #660
- fix: python version update by @zhiyu-01 in #571
- fix: set pillow and unstructured to be installed by default by @onemquan in #675
- release: v0.1.5.4 and update dependency by @Wendong-Fan in #688
- Add favicon to docs by @zechengz in #686
- Update docs with favicon and new left bar logo and title by @zechengz in #687
- feat: Add redis cache storage by @koch3092 in #671
- feat: New open source models by @zhiyu-01 in #649
- feat: Add utils to convert sync functions to async functions by @zechengz in #690
- feat: use code interpreter as a tool, support internal_python by @onemquan in #685
- refactor: Code with dependencies_required decorator by @Zheng-Lu in #696
- feat: Integrate Jina Reader into loaders by @WHALEEYE in #656
- feat: add docker support of code execution by @WHALEEYE in #683
- feat: Add config file for models using openai interface by @Wendong-Fan in #680
- chore: Add example for vlm embedding by @Wendong-Fan in #710
- fix: update model calling for examples by @Wendong-Fan in #706
- chore: Unify api decorator by @Wendong-Fan in #663
- feat: add install with docker compose support by @koch3092 in #689
- release: v0.1.5.5 by @Wendong-Fan in #711
New Contributors
- @willshang76 made their first contribution in #660
- @onemquan made their first contribution in #675
- @koch3092 made their first contribution in #671
- @Zheng-Lu made their first contribution in #696
- @WHALEEYE made their first contribution in #656
Full Changelog: v0.1.5.3...v0.1.5.5
v0.1.5.4
Release version 0.1.5.4
v0.1.5.3
What's Changed
- fix: use 0.1.5.1 and revert change to release yml by @Wendong-Fan in #601
- feat: Integration of VLM embedding model by @FUYICC in #446
- feat: Add more openapi functions and refactor open_api_function by @yiyiyi0817 in #578
- feat: add async step to
ChatAgent
by @zechengz in #584 - fix: small enhancement for type hint and docstring by @Wendong-Fan in #599
- docs: Contribution guideline update by @Wendong-Fan in #602
- chore: Ruff check add characters line constrain by @Wendong-Fan in #604
- feat: add duckduckgo search and enhance the text extraction from the website by @jjyaoao in #440
- feat: Add example for openapi functions by @yiyiyi0817 in #612
- docs: add code review guide by @Wendong-Fan in #620
- feat: Support API KEY for OPENAPI functions by @yiyiyi0817 in #609
- feat: Discord bot by @rsrbk in #605
- feat: Telegram bot by @rsrbk in #608
- Upgrade Anthropic and related minor changes by @zechengz in #626
- feat: add video description into agent func by @raywhoelse in #585
- feat: Add support for litellm library by @ZackYule in #596
- fix: Update poetry dependency for anthropic by @Wendong-Fan in #642
- docs: Polish camel installation part by @Wendong-Fan in #644
- feat: Retrive recent pull requests for GithubToolkit by @rsrbk in #582
- feat: add_zhipuai_model by @fengju0213 in #600
- fix: Resolve Open Source Model Initialization in model_factory.py by @Skevinci in #646
- Fix video description naming by @zechengz in #654
- release: v0.1.5.2 by @Wendong-Fan in #657
- fix: anthropic token counter by @ocss884 in #587
- Add agent example use case to generate query, positive and negative examples by @zechengz in #451
- Modify
ChatAgent
function call args json and make slack sdk optional by @zechengz in #661 - refactor:
ChatAgent
model part by @Wendong-Fan in #574 - docs: Ollama doc by @Wendong-Fan in #662
- feat: integrate nemotron API by @Wendong-Fan in #659
- fix: revert change to
ChatAgent
and test for example by @Wendong-Fan in #664 - release: v0.1.5.3 by @Wendong-Fan in #665
New Contributors
- @raywhoelse made their first contribution in #585
- @ZackYule made their first contribution in #596
- @fengju0213 made their first contribution in #600
- @Skevinci made their first contribution in #646
Full Changelog: v0.1.5...v0.1.5.3