Spaces:
Sleeping
Sleeping
Merge branch 'develop'
Browse files- .aira/config.OASIS.yml +72 -0
- .aira/config.dev.commit.yml +26 -0
- .aira/config.dev.yml +72 -0
- app.py +0 -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
|
.aira/config.dev.commit.yml
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aira:
|
2 |
+
gaiah: # 共通設定
|
3 |
+
run: true
|
4 |
+
repo:
|
5 |
+
repo_name: "AIRA-Sample04"
|
6 |
+
description: ""
|
7 |
+
private: True
|
8 |
+
local:
|
9 |
+
repo_dir: "./"
|
10 |
+
no_initial_commit: false
|
11 |
+
commit:
|
12 |
+
commit_msg_path: ".SourceSageAssets/COMMIT_CRAFT/llm_output.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 |
+
# aira --mode sourcesage commit --config=.aira\config.dev.commit.yml --ss-model-name="gemini/gemini-1.5-pro-latest" --llm-output="llm_output.md" --ignore-file=".iris.SourceSageignore"
|
24 |
+
# aira --mode sourcesage commit --config=.aira\config.dev.commit.yml --ss-model-name="gemini/gemini-1.5-flash-latest" --llm-output="llm_output.md"
|
25 |
+
# aira --mode sourcesage commit --config=.aira\config.dev.commit.yml --ss-model-name="gpt-4o-mini" --llm-output="llm_output.md"
|
26 |
+
# sourcesage --ignore-file=".iris.SourceSageignore"
|
.aira/config.dev.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
|
app.py
ADDED
File without changes
|