Releases: agiresearch/AIOS
Releases · agiresearch/AIOS
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...