CSXL / solus

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

Context Engine - Implement AI assisted context formation #13

Open ecsbeats opened 1 year ago

ecsbeats commented 1 year ago

As the context engine searches and stores the relevant data needed for an agent's task, it must fit the data into the model's token limit. We will use the same AI data distillation processes as #5 to distill the relevant information for the task.

This feature is dependent is closely related to #5.