Releases: agiresearch/AIOS
Releases · agiresearch/AIOS
v0.2.0.beta
What's Changed
- Agent UI v1.5 by @BRama10 in #277
- fix log mode in server.py by @dongyuanjushi in #279
- fix: fix Error import error by @2020-qqtcg in #281
- Agent UI fixes by @BRama10 in #282
- Agent UI fixes by @BRama10 in #283
- Agent UI fixes by @BRama10 in #284
- Fixed hardcoded URL to AIOS chat on local environments by @joshprk in #287
- Fixed no-mention prompting by @joshprk in #288
- Change production to Gemini by @joshprk in #291
- docs: added documentation for web quickstart by @dvsLick in #295
- feat(agents): Add local loading support to AgentFactory with fallback mechanism by @XiangZhang-zx in #290
- feat: upload the remaining updates from v0.1.0 branch by @dongyuanjushi in #299
- fix: Fix the typo in simple_context in terms of the context_dict variable by @evison in #300
- docs: fix the transparent figure background by @evison in #301
- docs: add image for the structure of the scheduler by @evison in #303
- feat: Integrate SeeAct Agent into AIOS by @XiangZhang-zx in #306
- Update requirements.txt by @mannanshukla in #298
- Update README.md by @BRama10 in #307
- chore: Add updated libraries required for running server.py due to latest framework dependencies by @XiangZhang-zx in #309
- Introducing AIOS Guru on Gurubase.io by @kursataktas in #311
- Update the documentation link by @evison in #317
- fix: Resolve mention dropdown issue in @ agent selection for light mode by @XiangZhang-zx in #318
- add cerebrum example by @BRama10 in #319
- feat(chat): add new, rename and delete functionality to chat channels by @XiangZhang-zx in #320
- feat: update agent hub navigation and filtering by @XiangZhang-zx in #321
- refactor code to sync with docs by @dongyuanjushi in #323
- update links for docs by @dongyuanjushi in #325
- cerebrum files by @BRama10 in #326
- Llama index fix by @BRama10 in #327
- fix scheduler params for launch.py by @dongyuanjushi in #332
- chore: update homepage documentation link by @joshprk in #334
- fix: use locally hosted kernel in development environments by @joshprk in #336
- V.20 by @BRama10 in #338
- V.20 by @BRama10 in #339
- V.20 by @BRama10 in #342
- chore: updated documentation link to point to new by @joshprk in #348
- docs: update documentation link and add news of v0.2.0 by @evison in #351
- docs: update README to add a better description for AIOS by @evison in #352
- add v0.2.0.beta tag for installation and update README by @dongyuanjushi in #353
- docs: update readme by @evison in #355
- update url for agenthub by @dongyuanjushi in #358
- docs: update readme to revise the introduction of aios by @evison in #360
- update by @dongyuanjushi in #361
- add note for installing kernel and sdk by @dongyuanjushi in #362
- fix: remove hot reloading by @joshprk in #363
- feat: enhance API key documentation and display by @XiangZhang-zx in #364
New Contributors
- @joshprk made their first contribution in #287
- @dvsLick made their first contribution in #295
- @mannanshukla made their first contribution in #298
- @kursataktas made their first contribution in #311
Full Changelog: v0.1.0...v0.2.0.beta
v0.1.0
What's Changed
- remove duplicate step being entered into prompt for MathAgent by @peteryschneider in #9
- feat: add running arguments for mixtral-8x7b-it by @dongyuanjushi in #10
- Update README.md by @eltociear in #11
- chore: Update flow.py by @eltociear in #15
- Update README.md by @agiresearch in #16
- doc: add instructions of how to contribute by @dongyuanjushi in #17
- docs: fix link by @JHSUYU in #18
- doc: update README.md with max python version by @1tylermitchell in #19
- Update README.md by @agiresearch in #20
- Delete AIOS.pdf by @agiresearch in #21
- docs: add reference to pre-commit and pytest by @dongyuanjushi in #22
- chore: add pre-commit check by @dongyuanjushi in #23
- add test code and dependencies via pytest by @dongyuanjushi in #25
- test: add memory test by @JHSUYU in #26
- Update README.md by @agiresearch in #27
- Update README.md by @agiresearch in #28
- Update README.md by @agiresearch in #29
- test: add test for rapid api calling by @dongyuanjushi in #30
- refactor: add shell simulator and customized logger by @dongyuanjushi in #31
- Update simulator.py by @eltociear in #32
- Update README.md by @agiresearch in #33
- Update README.md by @agiresearch in #34
- Update README.md by @agiresearch in #35
- Update README.md by @agiresearch in #36
- feat: add agent ID recycler by @dongyuanjushi in #37
- fix: deployment mode printing only to the file by @dongyuanjushi in #38
- feat: add gpt-3.5-turbo and gpt-4 as llm backbone by @dongyuanjushi in #40
- docs: add support of gpt-3.5 and gpt-4 by @dongyuanjushi in #41
- Update README.md by @evison in #42
- fix: address logger output issue by @dongyuanjushi in #43
- Update README.md by @agiresearch in #44
- Update README.md by @agiresearch in #45
- Update README.md by @agiresearch in #46
- add workflow for MathAgent and adjust print format by @dongyuanjushi in #47
- feat: Support Amazon Bedrock-provided models ⛰️ by @JGalego in #48
- Merge branch 'agiresearch:main' into 'agiresearch:dev' by @dongyuanjushi in #49
- docs: update contributors and how to contribute by @dongyuanjushi in #51
- Update README.md by @agiresearch in #52
- refactor: move native workflow of constructing agents into the native-agent branch by @dongyuanjushi in #53
- update dev branch by @dongyuanjushi in #55
- fix: context switch of RR scheduler by @dongyuanjushi in #57
- [fix] raise Error in llms by @lumiere-ml in #58
- add new features and update logging style by @dongyuanjushi in #59
- refactor: typo in RecAgent.json by @eltociear in #60
- add docs and refactor code by @dongyuanjushi in #61
- test by @dongyuanjushi in #62
- update dev branch by @dongyuanjushi in #64
- [Core] Refactor llms code using OOP, and model registry by @lumiere-ml in #65
- llm refactor by @dongyuanjushi in #66
- add test for the refactored llm registration by @dongyuanjushi in #67
- [chore]: Adding CVE dependency checks for requirements.txt via pre-commit recommended hooks by @ivanbelenky in #69
- update the main branch from dev by @dongyuanjushi in #68
- Refactored LLMs to make them dynamic & added in-memory provider segmentation by @BRama10 in #70
- add customized logger by @dongyuanjushi in #72
- add customized logger by @dongyuanjushi in #73
- add logger by @dongyuanjushi in #74
- add console logger by @dongyuanjushi in #75
- [docs] update README.md by @dongyuanjushi in #77
- update News by @dongyuanjushi in #78
- Update README.md by @agiresearch in #79
- merge llm-refactor branch by @dongyuanjushi in #80
- docs: Corrected gramatical error by @JUSTSUJAY in #81
- add more rapid api tools by @dongyuanjushi in #82
- add more tools by @dongyuanjushi in #83
- add more llm backbones by @dongyuanjushi in #84
- Memory management by @JHSUYU in #86
- [feat] add more tools by @dongyuanjushi in #87
- [feat] add LRU-k replacer by @dongyuanjushi in #88
- refactor: update command_parser.py by @eltociear in #89
- [refactor] update logger and cache cleaner by @dongyuanjushi in #90
- [core] update dev branch by @dongyuanjushi in #91
- [fix] update logger by @dongyuanjushi in #92
- refactor: move agents and tools to OpenAGI by @Tata0703 in #94
- feat: add scheduler evaluation by @dongyuanjushi in #96
- update readme and add bash scripts by @Tata0703 in #97
- refactor: set down queue scanning time by @dongyuanjushi in #98
- refactor: remove redundant llm config files and update llm name in README by @dongyuanjushi in #99
-
- add dotenv, 2) add timing logic for concurrent and sequential exec… by @Tata0703 in #100
- fix: waiting time and turnaround time calculation by @dongyuanjushi in #101
- feat: add vllm module by @dongyuanjushi in #102
- Revert "feat: add vllm module" by @Tata0703 in #103
- update README by @dongyuanjushi in #104
- enable ollama by @Tata0703 in #108
- ignore dotenv by @zzfoo in #111
- update readme by @Tata0703 in #112
- make pytest work on CPU by @Tata0703 in #113
- docs: fix readme by @Tata0703 in #115
- feat: add tool calling for chatgpt-based math agent by @dongyuanjushi in #116
- refactor: remove duplicated code by @ArnoldIOI in #118
- Update README.md by @agiresearch in #119
- feat: Add gpt-4o model to model registry by @itsthemoon in #122
- feat: Add TravelAgent by @itsthemoon in #121
- feat: add more tool-calling enabled agents by @dongyuanjushi in #132
- docs: update README.md by @dongyuanjushi in #135
- docs: Added documentation in several directories and comments in each file by @om-raheja in #138
- chore: add pyopenagi install from pypi and locally by @dongyuanjushi in #139
- chore: move external tool API dependencies into the pyopenagi by @dongyuanjushi in #141
- feat: add vllm support by @dongyuanjushi in #142
- feat: add function calling for open-sourced models by @dongyuanjushi in #144
- fix: add output parsers for huggingface llm by @dongyuanjushi in #145
- feat: add vllm multi-gpu inference support by @dongyuanjushi in https://github.com/agiresearch...