ag2studio
AG2 Studio
File Explorer
- bug_report.md
- feature_request.md
- launch.json
- __init__.py
- env.py
- README
- script.py.mako
- __init__.py
- alembic.ini
- dbmanager.py
- utils.py
- __init__.py
- dbdefaults.json
- utils.py
- __init__.py
- app.py
- __init__.py
- chatmanager.py
- cli.py
- datamodel.py
- version.py
- workflowmanager.py
- faq.md
- readme_stockprices.png
- page.tsx
- page.tsx
- client-layout.tsx
- layout.tsx
- not-found.tsx
- page.tsx
- providers.tsx
- agentconfig.tsx
- modelconfig.tsx
- selectors.tsx
- workflowconfig.tsx
- agents.tsx
- build.tsx
- models.tsx
- skills.tsx
- workflow.tsx
- gallery.tsx
- selectors.tsx
- chatbox.tsx
- metadata.tsx
- ra.tsx
- sessions.tsx
- sidebar.tsx
- atoms.tsx
- footer.tsx
- header.tsx
- icons.tsx
- layout.tsx
- types.ts
- utils.ts
- provider.tsx
- store.tsx
- icon.png
- global.css
- ag2logo.svg
- welcome.svg
- .env.default
- .gitignore
- LICENSE
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- agent_spec.json
- groupchat_spec.json
- tutorial.ipynb
- .gitignore
- build_frontend.py
- Dockerfile
- LICENSE
- MANIFEST.in
- PyPiREADME.md
- pyproject.toml
- README.md
- requirements.txt
- setup.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
yarn
View Details ▼
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
# Project Badges
-
PyPI version Visit
-
ARA
