deep-foundation / deep-foundation/dev
Synthesize a combined solution
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
ToDo:

Create a package that will synthesize a composition of two solutions that will solve problem X using the functions generated for problems A and B. Function types must be defined for all three tasks (X, A, B) for this to work. The result should be a function Y, that contains calls to functions C and D. Function Y should then pass a test generated for X task to be an accepted solution.
This should be built on top of [chatgpt-tasks](https://www.npmjs.com/package/@deep-foundation/chatgpt-tasks) package that is currently done and can be taken as a basis for the research.
Details: https://discord.com/channels/739430470345031692/851241690261487657/1151277808954388572
This task is a part of endeavor to automate the automation itself: https://github.com/Konard/problem-solving#progress
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.