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

add a typescript version of autogen #5677

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from
Draft

add a typescript version of autogen #5677

wants to merge 28 commits into from

Conversation

rysweet
Copy link
Collaborator

@rysweet rysweet commented Feb 24, 2025

Why are these changes needed?

continuing to add support for key programming languages.

Related issue number

Closes #236

Checks

@rysweet rysweet requested a review from Copilot February 24, 2025 02:20
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 42 out of 42 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

typescript/samples/GettingStarted/Checker.ts:9

  • [nitpick] The name 'TerminationF' and its usage via the property 'runUntilFunc' can be misleading since it returns a termination condition instead of a continuation indicator. Consider renaming them to something like 'shouldTerminate' for improved clarity.
type TerminationF = (x: number) => boolean;

@rysweet rysweet marked this pull request as draft February 24, 2025 02:23
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.63%. Comparing base (170b8cc) to head (6bafa25).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5677   +/-   ##
=======================================
  Coverage   75.63%   75.63%           
=======================================
  Files         171      171           
  Lines       10548    10548           
=======================================
  Hits         7978     7978           
  Misses       2570     2570           
Flag Coverage Δ
unittests 75.63% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typescript port of AutoGen
1 participant