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

Implement the Code Generation Agent #55

Open
AcrylicShrimp opened this issue Feb 19, 2025 · 0 comments · May be fixed by #57
Open

Implement the Code Generation Agent #55

AcrylicShrimp opened this issue Feb 19, 2025 · 0 comments · May be fixed by #57
Assignees
Labels
Enhancement New feature or request

Comments

@AcrylicShrimp
Copy link
Contributor

Description

We need an agent that generates TypeScript function that transforms from value to value, transitioning the value into the destination schema.

Design

It will take 2 passes to fully generate the transformer function.

  1. Scan the given list of candidate "destination schemas", and select the most appropriate one to display the given schema.
  2. Generate a TypeScript transformer function that converts the value into destination schema.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant