Commit Graph

9 Commits

Author SHA1 Message Date
Senko Rasic
50d5a23620 add more telemetry data 2024-06-13 13:52:15 +02:00
Senko Rasic
7d225bbfe2 refactor example project so each agent does its job in turn 2024-06-13 10:48:37 +02:00
Goran Peretin
1645cdd277 Add remaining telemetry entries. 2024-06-11 19:03:02 +02:00
Senko Rasic
515ccee93c annotate trace events with app_id if we have it 2024-06-11 16:51:29 +02:00
Senko Rasic
ca77cc5055 disable telemetry in automated tests 2024-06-11 16:17:33 +02:00
Senko Rasic
f31a7c9bdd add telemetry for project import; small telemetry fixes 2024-06-10 15:44:38 +02:00
Goran Peretin
c3f8133471 Add tests for external docs. Fix telemetry. 2024-06-07 08:08:33 +00:00
Senko Rasic
ae86198294 show nicely formatted stack trace if there's an unhandled exception 2024-05-23 23:27:34 +02:00
Senko Rasic
87190391d9 merge gpt-pilot 0.2 codebase
This is a complete rewrite of the GPT Pilot core, from the ground
up, making the agentic architecture front and center, and also
fixing some long-standing problems with the database architecture
that weren't feasible to solve without breaking compatibility.

As the database structure and config file syntax have changed,
we have automatic imports for projects and current configs,
see the README.md file for details.

This also relicenses the project to FSL-1.1-MIT license.
2024-05-22 21:42:25 +02:00