No description
Find a file
2024-05-06 19:32:16 -07:00
.github Update the product name from CodeFlash to Codeflash. 2024-03-18 21:13:28 -07:00
.idea Standardize qualified function name keys in functions_to_tests using the format: module_name.nested_module_name.class_name.function.name 2024-05-06 19:32:16 -07:00
cli Standardize qualified function name keys in functions_to_tests using the format: module_name.nested_module_name.class_name.function.name 2024-05-06 19:32:16 -07:00
django/aiservice Add experiment id column, add tests for metrics analysis - validity 2024-05-02 17:30:08 -07:00
experiments Test of a function mutating its unput 2024-02-29 03:18:12 -08:00
js Deploy new schema with experiment_id 2024-05-02 17:47:44 -07:00
.gitignore Move codeflash python code base to cli/ 2023-12-29 18:37:49 -08:00
.prettierrc Rename some auth0 mgmt things 2023-12-10 17:40:07 -08:00
README.md Move the definition of the run_tmp_dir away from server side and into client side. 2024-01-11 20:36:05 -08:00

CodeFlash MonoRepo

Here's the projects that are part of the CodeFlash MonoRepo:

  • CodeFlash Client - /cli/
  • CodeFlash Python Django ai service - /django/aiservice
  • CodeFlash NodeJS CF API - /js/cf-api
  • CodeFlash Webapp - /js/cf-webapp