To get a copy of the code, you can either fork the repository, download it as a ZIP file, or clone it using Git.
- Go to the repository on GitHub. https://github.com/krishsub/MultiagentHackathon
- Click the "Fork" button at the top right of the page.
- This will create a copy of the repository in your GitHub account.
- Go to the repository on GitHub.
- Click the "Code" button.
- Select "Download ZIP".
- Extract the downloaded ZIP file to your desired location.
-
Open your terminal.
-
Choose an appropriate top-level directory (e.g. C:\Users\<you>\mycode)
-
Create this top-level directory (
code
in above example) and navigate to it from the command line -
Run the following command:
git clone <repository-url>
Replace <repository-url>
with the URL you copied (either this repo or yours
if you forked it).
That's it! You now have a copy of the code.
- Right-click the
MultiagentHackthon
folder and open in VS Code - Within VS Code, open the folder in devcontainer when prompted
- This will take many minutes while the docker image and dependencies are downloaded (one time)
- Once the devcontainer opens, don't create a Python virtual environment/Conda if prompted, just close that window (we are already in a virtual environment with devcontainers)