Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript port of AutoGen #236

Closed
qingyun-wu opened this issue Oct 14, 2023 · 12 comments · May be fixed by #5677
Closed

Typescript port of AutoGen #236

qingyun-wu opened this issue Oct 14, 2023 · 12 comments · May be fixed by #5677
Labels
0.2 Issues which are related to the pre 0.4 codebase help wanted Extra attention is needed

Comments

@qingyun-wu
Copy link
Contributor

No description provided.

@qingyun-wu qingyun-wu converted this from a draft issue Oct 14, 2023
@qingyun-wu qingyun-wu added the roadmap Issues related to roadmap of AutoGen label Oct 14, 2023
@Axultan
Copy link

Axultan commented Oct 15, 2023

Looking forward to this!

@sonichi
Copy link
Contributor

sonichi commented Oct 15, 2023

No one is working on this right now AFAIK.

@sonichi
Copy link
Contributor

sonichi commented Oct 18, 2023

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

@sonichi
Copy link
Contributor

sonichi commented Oct 19, 2023

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

@wladpaiva
Copy link

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
Copy link

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
Copy link

vzakharov commented Oct 30, 2023

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
Copy link
Contributor

sonichi commented Nov 14, 2023

@vzakharov @sudhir-b @wladiston @Axultan could you review #664 ? I'm not familiar w/ TS/JS.

@jackgerrits jackgerrits added enhancement and removed roadmap Issues related to roadmap of AutoGen labels Mar 12, 2024
@JUNIORCO
Copy link

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

@thinkall thinkall added the help wanted Extra attention is needed label Jun 18, 2024
@CallMeLaNN
Copy link

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?

@rysweet rysweet added 0.2 Issues which are related to the pre 0.4 codebase needs-triage labels Oct 2, 2024
@rysweet
Copy link
Collaborator

rysweet commented Oct 12, 2024

It is unlikely we will create a typescript port of 0.2, however we have roadmap item to bring autogen to typescript for the 0.4 arch

@rysweet rysweet closed this as not planned Won't fix, can't repro, duplicate, stale Oct 12, 2024
@oreshytko
Copy link

@rysweet can you tell the status of this? Are there any plans of having a typescript version of autogen in the observable future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.2 Issues which are related to the pre 0.4 codebase help wanted Extra attention is needed
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.