NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.38k stars 14.33k forks source link

Package request: Microsoft Autogen #261846

Open byrongibson opened 1 year ago

byrongibson commented 1 year ago

Project description

This may not need to be separately packaged since it already exists as a Python package, but figure I'll submit it for consideration in case someone wants it as a nix pkg.

AutoGen is a framework that enables development of LLM applications using multiple agents that can converse with each other to solve tasks. AutoGen agents are customizable, conversable, and seamlessly allow human participation. They can operate in various modes that employ combinations of LLMs, human inputs, and tools.

Intro: https://www.microsoft.com/en-us/research/blog/autogen-enabling-next-generation-large-language-model-applications/

Metadata

sarahec commented 7 months ago

I have to get FLAML up first as a dependency (and potentially openai) then I can take a swing at this.

nixos-discourse commented 7 months ago

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/single-or-multiple-prs-when-adding-a-new-package-w-missing-deps/43355/1

sarahec commented 7 months ago

Blocked by automl/ConfigSpace#338