You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://sonarcloud.io/summary/new_code?id=jonathanalgar_CustomCode-Analyzer)[](https://makeapullrequest.com)
3
+
[](https://sonarcloud.io/summary/new_code?id=jonathanalgar_CustomCode-Analyzer-Generator)[](https://makeapullrequest.com)
> :information_source: This component is unofficial and unsupported by OutSystems.
9
9
@@ -48,7 +48,7 @@ _(Quick-start script for Mac coming soon)._
48
48
1. Open the [`Terminal` app](https://support.apple.com/en-sg/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac).
49
49
1. Create the required directories in the home directory or elsewhere:
50
50
51
-
mkdir ~/CustomCode-Analyzer-Generator && cd ~/CustomCode-Analyzer-Generator && mkdir generated-solutions
51
+
mkdir -p ~/CustomCode-Analyzer-Generator/generated-solutions && chmod 700 ~/CustomCode-Analyzer-Generator/generated-solutions && cd ~/CustomCode-Analyzer-Generator
52
52
53
53
1. Create a `.env` file in `~/CustomCode-Analyzer-Generator` and edit with your text editor of choice. Use [`.env_example`](./.env_example) as template.
54
54
1. Run the command:
@@ -65,6 +65,7 @@ This means a range of models and prompts can be programatically benchmarked. The
65
65
66
66
Test cases covered include [binary data](./agents/evaluation/ground_truth/pdf.yml) and [network access through the secure gateway](./agents/evaluation/ground_truth/redis.yml). The test set is currently limited to single action (but with support for multi-parameter using an LLM to do name mapping) and single type output.
67
67
68
+
68
69
_(More documentation coming soon.)_
69
70
70
71
## TODO
@@ -75,4 +76,4 @@ See [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues?q=is%3Aop
75
76
76
77
Please report bugs and feature requests [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues/new/choose).
77
78
78
-
PRs are welcome. In particular, code quality improvements, new unit/integration tests, new ground truths and documentation improvements are all welcome 🤗 All changes to code should pass all existing tests (which are lacking and need to be expanded!). Please format any new code with [Flake8 and Black for Python](./Makefile) and [Csharpier for C#](./Makefile).
79
+
PRs are welcome. In particular, code quality improvements, new unit/integration tests, new ground truths and documentation improvements are all welcome 🤗 All changes to code should pass all existing tests (which are lacking and need to be expanded!). Please format any new code with [Mypy and Flake8 for Python](./Makefile) and [Csharpier for C#](./Makefile).
0 commit comments