CSXL / solus

An AI assisted project generator.
MIT License
9 stars 1 forks source link

Implement AI Output Verification #6

Closed ecsbeats closed 1 year ago

ecsbeats commented 1 year ago

All communications between language models and the Solus backend are in JSON. This standardization links the AI and the backend together. We implemented basic AI verification and response iteration in commit eed8c49f9f3ab9fc55d158b72359470c6b27ab7e for the TUI's messaging, though we need to extract this functionality to the global AI module (ai/).

ecsbeats commented 1 year ago

This functionality was extracted in the PR #23 for Issue #15 .