microsoft / autogen

A programming framework for agentic AI šŸ¤–
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
30.87k stars 4.5k forks source link

Typescript port of AutoGen #236

Open qingyun-wu opened 11 months ago

Axultan commented 11 months ago

Looking forward to this!

sonichi commented 11 months ago

No one is working on this right now AFAIK.

sonichi commented 11 months ago

Found this effort: https://youtu.be/9Hrfx6kw1IE

sonichi commented 11 months ago

Also: https://github.com/xXAdonesXx/NodeGPT

wladpaiva commented 10 months ago

Thanks for sharing the video @sonichi!

Made few design choices different from autogen but the overall idea remains the same https://github.com/wladiston/aibitat

Great work btw

sudhir-b commented 10 months ago

Have done a similar thing to @wladiston, but hopefully more API friendly than the CLI approach:

https://github.com/Engine-Labs/engine-agents

(there's a way to go to feature parity though! things seem to be moving with impressive speed)

vzakharov commented 10 months ago

Started working on the port today, currently not in a separate repo but under a "playground"-like project. Will separate out into a package once I have something working. Will keep you all posted.

(Edit: After reading comments by @sudhir-b and @wladiston above, ironically, Iā€™m writing the port to later make my own, simpler package ā€” but I want to make sure I know in detail all the things that can be improved compared to autogen first lol:-)

sonichi commented 10 months ago

@vzakharov @sudhir-b @wladiston @Axultan could you review https://github.com/microsoft/autogen/pull/664 ? I'm not familiar w/ TS/JS.

JUNIORCO commented 5 months ago

good news - we've built a project inspired by AutoGen for TypeScript! our goal is to end up having parity with AutoGen while also focusing on developer experience and production-level agents. would love everybody's feedback from this thread šŸ™

Montelo Crews Source Code Montelo Crews Docs

CallMeLaNN commented 2 months ago

I thought if AutoGen can run in command in shell or docker, it can run NodeJS or any code if the environment configured properly.

So can I just make a skill/tool or executor that can run any command like node code.js and the agent will be able to run it?