Logo
Explore Help
Register Sign In
yujunjun/autogen
1
0
Fork 0
You've already forked autogen
mirror of https://github.com/microsoft/autogen.git synced 2025-07-04 15:41:15 +00:00
Code Issues Packages Projects Releases Wiki Activity
autogen/.devcontainer/startup.sh

14 lines
203 B
Bash
Raw Permalink Normal View History

Initial devcontainer scaffolding (#66) * adds devcontainer setup, docker-compose based * add python via a feature
2024-06-12 07:23:49 +02:00
#!/bin/bash
make python dev setup in codespaces (#526) * add setup steps to codespace startup
2024-09-17 05:26:23 -07:00
# dotnet setup
dotnet workload update
.NET cleanup and refactor (#558) Moves some shared code from samples into core. complete/cleanup the rename to Microsoft.AutoGen adds new projects in AutoGen.Extensions
2024-09-18 11:57:51 -07:00
dotnet dev-certs https --trust
make python dev setup in codespaces (#526) * add setup steps to codespace startup
2024-09-17 05:26:23 -07:00
# python setup
pushd python
pip install uv
uv sync
source .venv/bin/activate
echo "export PATH=$PATH" >> ~/.bashrc
Dotnet - core framework rework (rebased) (#511) * dotnet rework * add dotnet workload update to startup * fix build * interim fixup * this is the stuff that was missing * renaming the .net classes * more build fixup * port dev-team sample WIP * add proto messages and IHandle to agents * add github variables * remove OAgents gh-flow * remove OAgents library * add .vs to gitignore --------- Co-authored-by: Kosta Petan <kostapetan@gmail.com> Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-09-17 09:01:49 -04:00
popd
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1244ms Template: 79ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API