Skip to content

Conversation

ks6088ts
Copy link
Member

@ks6088ts ks6088ts commented Aug 5, 2025

What this PR does / why we need it

  • update docs

Which issue(s) this PR fixes:

Fixes #32

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
ORGANIZATION=<organization-name>
REPOSITORY=<repository-name>

git clone [email protected]:$ORGANIZATION/$REPOSITORY.git
cd $REPOSITORY
  • Test the code
make ci-test

What to Check

Verify that the following are valid

  • ...

Additional Information

…な説明と必要な出典を添えたドキュメントが望ましいです。以下の前提を考慮してください。

---
- data/: 仮想システム KABUTO のドキュメント。LLM が事前情報で解決できないことを証明するために架空のシステムのデータを生成している。FAQやドキュメントなどを配置している
- notebooks: jupyter lab で簡単に実行できるサンプル集。実行例と合わせて確認できる。主に説明目的
- scripts: ターミナルから実行できるスクリプト。
- template_langgraph.agents: 各種エージェントのユースケース
  - kabuto_helpdesk_agent: prebuilt な関数を使った簡易サンプル。初手はこれを読んで欲しい
  - chat_with_tools_agent: kabuto_helpdesk_agent とほぼ同様の処理を実装している tool call agent。ワークフローの実装や基礎的な LangGraph の関数の説明目的
  - issue_formatter_agent: structured output で構造化データに変換するサンプル
  - task_decomposer_agent: AI Agent の planning タスクの部分的な実装
  - supervisor_agent: supervisor パターンを langgraph supervisor パッケージを使って簡易実装したもの
- template_langgraph.llms: LLM の API wrapper 群
- template_langgraph.tools: AI Agent が tool calling する際の tool 群
- template_langgraph.utilities: ユーティリティライブラリ
@ks6088ts ks6088ts self-assigned this Aug 5, 2025
@ks6088ts ks6088ts merged commit 470e943 into main Aug 5, 2025
4 checks passed
@ks6088ts ks6088ts deleted the feature/issue-32_update-docs branch August 5, 2025 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add comprehensive docs for hands on
1 participant