31 Commits

Author SHA1 Message Date
dongyuanjushi
4b752db8f0 feat: add environment with computer-use MCP (#500)
* add cua env

* update

* f

* update

* Update README

* Update README.md

* refactor action space

* update figure and readme

* fix async calling of osworld

* update instructions

* restructure action space

* update README

---------

Co-authored-by: aiosfoundation <aiosfoundation.org@gmail.com>
2025-06-11 01:53:01 -07:00
Yongfeng Zhang
61508cbe1b docs: update README (#473)
* Update README.md

* Add files via upload

* Update README.md
2025-03-13 00:01:12 -04:00
dongyuanjushi
e22bef6163 Refactor the yaml setup of kernel components (#450)
* update README

* update

* refactor to migrate components setup to kernel.py

* rm breakpoint

* recover README
2025-02-25 21:17:25 -05:00
dongyuanjushi
5282688ea9 fix typos and upload image example of loading AIOS terminal (#442)
* integrate lsfs

* update dependencies

* update paper ref

* fix filesystem mount issue

* fix recursively scanning files issue and update README

* update figures

* update

* update README
2025-02-12 23:25:48 -05:00
dongyuanjushi
c92a70436c update figures and readme 2024-12-23 03:41:49 -05:00
Balaji R
1633094c2d V.20 (#342)
* changes

* changes

* changes

* tool db

* agenthhub routes

* server

* agenthub fix

* deploy

* linting

* linting deprecate

* linting deprecate

* code

* code

* tool loader demo

* Yawn

* tools

* code changes

* update

* f

* code

* code

* new deps

* code change

* update

* code changes

* changes

* update openai models

* update LLM callings

* update llm adapter

* merge main

* remove redundant files

* update installation

* rm deprecated actions

* update README

* update cuda requirements

* update README

* update python version

* update docs

* Update README.md

* update openai models

* update the README

* update readme

* update figure

* update README

* update README

* better adapter

* code

* update figure

* update figure

* fix response in local models

* update ollama

* fix tool calling issues in local models

* update figure

* fix backend issues and update docs

* update README

* fix the tool calling in openai models and update docs pointing to SDK

---------

Co-authored-by: dongyuanjushi <kai.mei@rutgers.edu>
2024-11-30 10:58:08 -05:00
xiang
0bd9479298 feat: Integrate SeeAct Agent into AIOS (#306)
* Fix Issue-aios_starter() got log_mode problem

* Update

* Update

* Update seeact_agent

* Complete seeact_agent

* feat: Add SeeAct Agent integration

* Update requirements.txt for Seeact_Agent

* Update English

* feat(agents): Add local loading support to AgentFactory with fallback mechanism

* feat(agents): Add local loading support to AgentFactory with fallback mechanism

* feat: integrate SeeAct with AIOS LLM service

* feat: integrate SeeAct with AIOS LLM service

* feat: integrate SeeAct with AIOS LLM service

* feat: integrate SeeAct with AIOS LLM service

* feat: integrate SeeAct with AIOS LLM service

* feat: Add SeeAct Agent integration

* feat: Integrate SeeAct Agent into AIOS

* feat: Integrate SeeAct Agent into AIOS

* feat: Integrate SeeAct Agent into AIOS

* feat: Integrate SeeAct Agent into AIOS
2024-11-10 06:44:29 -05:00
Yongfeng Zhang
2dc457e6bb docs: add image for the structure of the scheduler (#303)
* Add files via upload

* Update README.md
2024-11-07 14:02:37 -05:00
Yongfeng Zhang
ac5378ad4a docs: fix the transparent figure background (#301)
* Add files via upload

* Add files via upload

* Update README.md
2024-11-07 09:49:01 -05:00
Kai Mei
f6c07fb0ca feat: upload the remaining updates from v0.1.0 branch (#299)
* refactor agent query message

* update query response format

* update

* update agents

* update test files

* update response listener with event singal

* add linux installer

* feat: add installer and update docs

* add configuration file

* update installation script

* update docs

* rm unused installation script

* update

* update agents

* Agent UI v1.5 (#6)

* update

* add experiments

* update README

* update README

* update

* update

* update

* refactor kernel function

* update

* update

* update

---------

Co-authored-by: Balaji R <grand.hunter.dark.15@gmail.com>
2024-11-07 09:27:02 -05:00
dvsL
92593c3327 docs: added documentation for web quickstart (#295)
* Fixed no-mention prompting

* added web quickstart instructions to docs

* fixed spacing

* linkifying localhost

* added reminder to readme

---------

Co-authored-by: Joshua Park <123624726+joshprk@users.noreply.github.com>
2024-11-01 18:22:34 -04:00
Kai Mei
7453703daf docs: update installer and docs (#271) 2024-10-15 15:42:36 -04:00
Kai Mei
12d5b18de8 feat: add installer (unix-like and windows) (#270)
* refactor agent query message

* update query response format

* update

* update agents

* update test files

* update response listener with event singal

* add linux installer

* feat: add installer and update docs

* add configuration file
2024-10-14 09:41:18 -04:00
MJ
d30573213a fix sdk adapter (#268)
* feat: modify adapter

* feat: modify adapter docs
2024-10-13 08:26:25 -04:00
Kai Mei
979c219741 update docs (#258) 2024-09-26 15:01:56 -04:00
Kai Mei
6e0aee8710 Refactor docs (#257)
* refactor docs

* update PR template
2024-09-25 19:38:34 -04:00
Kai Mei
633dccd793 add constrains on the step execution and workflow generation (#250) 2024-09-24 18:46:25 -04:00
MJ
fd5266c87e feat: metagpt adapter (#230)
* feat: add metagpt adapter

* docs: add metagpt adapter doc

* docs: modify metagpt adapter doc

* feat: restore

* docs: add supprt framework
2024-09-02 14:24:06 -04:00
Kai Mei
fa6c5e6e94 rm and relocate files in the root directory (#226)
* remove sleep of gpt llm

* refactor code in the root dir
2024-08-31 11:36:55 -04:00
om-raheja
fa8330840a [feat] improved tui (#225)
* pyfzf stub

* added actual pyfzf implementation

* added getch and other helpful stuff in terminal
2024-08-31 08:33:18 -07:00
MJ
741207b262 feat: add open-interpreter adapter (#224)
* feat: init

* feat: interpreter adapter

* docs: interpreter doc

* style: clean some code
2024-08-29 07:45:14 -07:00
MJ
429dfea38e docs: autogen for aios doc (#221)
* feat: add autogen adapter

* feat: fix autogen adapter

* feat: add autogen example in aios

* fix: fix autogen adapter

* fix: fix autogen adapter

* feat: add _a_execute_tool_call

* fix: ollama support function call like gpt

* feat: add agent doc

* docs: add autogen for aios doc
2024-08-26 10:31:41 -04:00
om-raheja
875345eca0 [feat] Transcription Agent example! (#213)
* simulator broken?

* made some starting progress

* added useful docs and claned code-made some parts work

* added some stuff

* added friendly stuff

* added some cleanup changes and the requested changes

* added documentation and balajis changes

* fixed bugs in documentation that won't allow it to display properly

* removed source code from documentation
2024-08-23 11:18:49 -04:00
Kai Mei
76c141efbd fix: add tool_index.template for tool doc generation (#189) 2024-07-24 10:21:52 -04:00
Kai Mei
347523faff docs: update documentation of llms and external tools (#184)
* update readme

* add max_tokens limit for gpt

* docs: update llms and external tools
2024-07-23 22:08:27 -04:00
Kai Mei
ef2164fc63 docs: add comment templates for autodoc (#180) 2024-07-22 18:26:12 -04:00
Kai Mei
f5f1220b8a docs: add list available agents (#176) 2024-07-18 16:20:10 +08:00
Kai Mei
914d6f03b0 update dot-env (#175) 2024-07-17 15:00:57 -04:00
Kai Mei
57cfc360b9 fix: invalid link of quickstart (#166)
* fix: invalid link of quickstart

* feat: add more GPT models
2024-07-11 18:37:06 -07:00
Kai Mei
cebaf3927c docs: add guide of installation and usage (#165)
* fix: incorrect agent task path

* docs: add guide of installation and usage
2024-07-10 18:16:09 -04:00
Kai Mei
6c7d1f5fa0 docs: add website doc template using readthedocs (#162) 2024-07-08 19:19:56 -04:00