-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
476 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
aira: | ||
gaiah: # 共通設定 | ||
run: true | ||
repo: | ||
repo_name: "SourceSage" | ||
description: "Evolutionary Merge Experiment" | ||
private: false | ||
local: | ||
repo_dir: "./" | ||
no_initial_commit: false | ||
commit: | ||
commit_msg_path: ".Gaiah.md" | ||
branch_name: null | ||
|
||
dev: # 開発時の設定 (必要に応じて上書き) | ||
repo: | ||
create_repo: false | ||
local: | ||
init_repo: false | ||
commit: | ||
process_commits: true | ||
|
||
init: # 初期化時の設定 (必要に応じて上書き) | ||
repo: | ||
create_repo: true | ||
local: | ||
init_repo: true | ||
commit: | ||
process_commits: false | ||
|
||
llm: | ||
model: "gemini/gemini-1.5-pro-latest" # 利用するLLMモデル | ||
|
||
repository_summary_output_dir: .aira # リポジトリ概要の出力ディレクトリ | ||
readme_prompt_template_path: .aira/readme_prompt_template.txt # README生成のプロンプトテンプレートのパス | ||
|
||
harmon_ai: | ||
run: true | ||
environment: | ||
repo_name: "SourceSage" | ||
owner_name: "Sunwood-ai-labs" | ||
package_name: "SourceSage" | ||
icon_url: "hhttps://huggingface.co/datasets/MakiAi/IconAssets/resolve/main/SourceSage.jpeg" | ||
title: "SourceSage" | ||
subtitle: "~ Evolutionary Merge Experiment ~" | ||
website_url: "https://hamaruki.com/" | ||
github_url: "https://github.com/Sunwood-ai-labs" | ||
twitter_url: "https://x.com/hAru_mAki_ch" | ||
blog_url: "https://hamaruki.com/" | ||
|
||
product: | ||
important_message_file: "important_template.md" | ||
sections_content_file: "sections_template.md" | ||
output_file: "README_template.md" | ||
cicd_file_path: "publish-to-pypi.yml" | ||
cicd_main_path: "publish-to-pypi.yml" | ||
github_cicd_dir: ".github/workflows" | ||
|
||
llm_product: | ||
sections_content_file: "sections_template_llm.md" | ||
|
||
development: | ||
output_dir: "C:/Prj/SourceSage/.harmon_ai" | ||
|
||
main: | ||
main_dir: "C:/Prj/SourceSage/" | ||
replace_readme: true | ||
|
||
instructions_prompt: .aira/instructions.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
".java": "java", | ||
".c": "c", | ||
".cpp": "cpp", | ||
".h": "cpp", | ||
".cs": "csharp", | ||
".go": "go", | ||
".php": "php", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.