multi-agent_with-ollama
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.3%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: inoue0426
- License: mit
- Language: Python
- Default Branch: main
- Size: 23.4 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
README.md
Multi-Agent
This is the code example to make a multi-agent using AutoGen and Ollama.
Requirement
sh
pyautogen 0.2.28
openai 1.30.1
Also require Ollama. With these, you can use any models you want to use if it is in Ollama.
[Jun 14th 2024]
- This code can do as follows:
- code execution
- conversation
- using tools
Owner
- Name: Yoshitaka Inoue
- Login: inoue0426
- Kind: user
- Location: MN, US
- Repositories: 4
- Profile: https://github.com/inoue0426
PhD Student at UMN.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Inoue" given-names: "Yoshitaka" orcid: "https://orcid.org/0000-0003-4432-8166" title: "python_template" version: 1.0.0 doi: 10.5281/zenodo.1234 date-released: 2024-06-07 url: "https://github.com/inoue0426/python_template"
GitHub Events
Total
- Pull request review event: 1
- Pull request event: 1
- Fork event: 1
Last Year
- Pull request review event: 1
- Pull request event: 1
- Fork event: 1
Dependencies
.github/workflows/python-format.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
- stefanzweifel/git-auto-commit-action v5 composite