* chore: cleanup, identify goal from conversation when evaluting achievement
Signed-off-by: mudler <mudler@localai.io>
* change base cpu model
Signed-off-by: mudler <mudler@localai.io>
* this is not necessary anymore
Signed-off-by: mudler <mudler@localai.io>
* use 12b
Signed-off-by: mudler <mudler@localai.io>
* use openthinker, it's smaller
* chore(tests): set timeout
Signed-off-by: mudler <mudler@localai.io>
* Enable reasoning in some of the tests
Signed-off-by: mudler <mudler@localai.io>
* docker compose unification, small changes
Signed-off-by: mudler <mudler@localai.io>
* Simplify
Signed-off-by: mudler <mudler@localai.io>
* Back at arcee-agent as default
Signed-off-by: mudler <mudler@localai.io>
* Better error handling during planning
Signed-off-by: mudler <mudler@localai.io>
* Ci: do not run jobs for every branch
Signed-off-by: mudler <mudler@localai.io>
---------
Signed-off-by: mudler <mudler@localai.io>
This adds a completely separate frontend based on React because I
found that code gen works better with React once the application gets
bigger. In particular it was getting very hard to move past add
connectors and actions.
The idea is to replace the standard UI with this once it has been
tested. But for now it is available at /app in addition to the
original at /
Signed-off-by: Richard Palethorpe <io@richiejp.com>