MakiAi commited on
Commit
239c978
1 Parent(s): 6e95f6e

🦄 feat: Added config file for OASIS project

Browse files

- Added config file for OASIS project
- Added `harmon_ai` config section for integrating with harmon_ai
- Added `llm` config section for specifying the LLM model
- Added `repository_summary_output_dir` config section for specifying the output directory for repository summary
- Added `readme_prompt_template_path` config section for specifying the path to the README generation prompt template

Files changed (1) hide show
  1. .aira/config.OASIS.yml +72 -0
.aira/config.OASIS.yml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aira:
2
+ gaiah: # 共通設定
3
+ run: true
4
+ repo:
5
+ repo_name: "OASIS"
6
+ description: "O.A.S.I.S (Optimized Article Sorting Intelligent System)"
7
+ private: false
8
+ local:
9
+ repo_dir: "C:/Prj/OASIS"
10
+ no_initial_commit: false
11
+ commit:
12
+ commit_msg_path: ".Gaiah.md"
13
+ branch_name: null
14
+
15
+ dev: # 開発時の設定 (必要に応じて上書き)
16
+ repo:
17
+ create_repo: false
18
+ local:
19
+ init_repo: false
20
+ commit:
21
+ process_commits: true
22
+
23
+ init: # 初期化時の設定 (必要に応じて上書き)
24
+ repo:
25
+ create_repo: true
26
+ local:
27
+ init_repo: true
28
+ commit:
29
+ process_commits: false
30
+
31
+ llm:
32
+ model: "gemini/gemini-1.5-pro-latest" # 利用するLLMモデル
33
+
34
+ repository_summary_output_dir: .aira # リポジトリ概要の出力ディレクトリ
35
+ readme_prompt_template_path: .aira/readme_prompt_template.txt # README生成のプロンプトテンプレートのパス
36
+
37
+ harmon_ai:
38
+ run: true
39
+ environment:
40
+ repo_name: "OASIS"
41
+ owner_name: "Sunwood-ai-labs"
42
+ package_name: "OASIS"
43
+ icon_url: "https://huggingface.co/datasets/MakiAi/IconAssets/resolve/main/OASIS.png"
44
+ title: "OASIS"
45
+ subtitle: "~ Optimized Article Sorting Intelligent System ~"
46
+ website_url: "https://hamaruki.com/"
47
+ github_url: "https://github.com/Sunwood-ai-labs"
48
+ twitter_url: "https://x.com/hAru_mAki_ch"
49
+ blog_url: "https://hamaruki.com/"
50
+
51
+ product:
52
+ important_message_file: "important_template.md"
53
+ sections_content_file: "sections_template.md"
54
+ output_file: "README_template.md"
55
+ cicd_file_path: "publish-to-pypi.yml"
56
+ cicd_main_path: "publish-to-pypi.yml"
57
+ github_cicd_dir: ".github/workflows"
58
+
59
+ llm_product:
60
+ sections_content_file: "sections_template_llm.md"
61
+
62
+ development:
63
+ output_dir: "C:/Prj/OASIS/.harmon_ai"
64
+
65
+ main:
66
+ main_dir: "C:/Prj/OASIS/"
67
+ replace_readme: true
68
+
69
+ instructions_prompt: .aira/instructions.OASIS.md
70
+
71
+ # aira --mode=make --config=.aira\config.OASIS.yml
72
+ # aira --mode=commit --config=.aira\config.OASIS.yml