Skip to content

zbraiterman/agda-gpt-experiment

 
 

Repository files navigation

agda-gpt-assistant

Before you start, you have to prepare the directory with templates. Directory is available in git repository /data/templates. Copy this directory to your current executing dir, or ~/.agda-gpt-experiment whichever one you need to create first.

Example:

aga -a=Test.agda -t=not : Bool → Bool -c=myConfig.json -m=Pretty -l=15
aga [OPTIONS]

Common flags:

  -a --agda=FILE       This flag has no default value. Enter the file name of
                       agda or the entire filepath, eg. Foo.agda
  -t --task=SIGNATURE  This flag has no default value. Enter the function
                       type, eg.  not : Bool → Bool
  -c --conf=FILE       this is a config file, it should be in the current
                       directory or * ~/.agda-gpt-experiment * default value for
                       this flag is config.json
  -m --mode=MODE       Choose one of the operating modes. * Pretty * or
                       * Debug *  - which has more details. The default value
                       for this flag is Pretty.
  -l --maxt=NUMBER     Set this flag to specify the number of round
                       conversations with ChatGPT. This flag has a default
                       value of 5.
  -? --help            Display help message
  -V --version         Print version information

More details on the website https://codecredence.ai

agda-gpt-assistant.mp4

#watch -n 1 cat state_code_gpt.log

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 86.7%
  • Agda 8.1%
  • Shell 5.2%