agiresearch / AIOS

AIOS: LLM Agent Operating System
https://aios.foundation
MIT License
3.45k stars 414 forks source link

Fixed hardcoded URL to AIOS chat on local environments #287

Closed joshprk closed 1 month ago

joshprk commented 1 month ago

Hardcoded URL leads user using AIOS locally to the live version at https://my.aios.foundation/chat.

Also removed unused entries. Speeds up compilation time

EDIT: I also accidentally included a commit that defaults the agent to @example/academic_agent if no agent is provided as the WebUI does not work without a mention. I’ll separate this into another draft when I come home today, but if someone reviews this early please take this in mind. I plan to write a draft for doing more structured inputting of the chat command instead of using regex to parse after the fact

vercel[bot] commented 1 month ago

@joshprk is attempting to deploy a commit to the AIOS Team on Vercel.

A member of the Team first needs to authorize it.

joshprk commented 1 month ago

Reverted change, ready for review