Skip to content

Commit ab66bd1

Browse files
OmCheeLinSaedbhatiWendong-Fan
authored
fix: Fixed all dead links in three readmes (#3230)
Co-authored-by: Saed Bhati <105969318+Saedbhati@users.noreply.github.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
1 parent bfd822b commit ab66bd1

File tree

3 files changed

+78
-78
lines changed

3 files changed

+78
-78
lines changed

README.ja.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
</div>
214214

215215
<div align="center">
216-
<a href="https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_rag.html">
216+
<a href="https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_rag">
217217
<img src="docs/images/rag_pipeline.png" alt="RAGパイプライン">
218218
</a>
219219
</div>
@@ -299,10 +299,10 @@ pip install camel-ai
299299

300300
さまざまなタイプのエージェント、その役割、およびそれらのアプリケーションを探索してください。
301301

302-
- **[初めてのエージェントを作成](https://docs.camel-ai.org/cookbooks/basic_concepts/create_your_first_agent.html)**
303-
- **[初めてのエージェント社会を作成](https://docs.camel-ai.org/cookbooks/basic_concepts/create_your_first_agents_society.html)**
304-
- **[具現化されたエージェント](https://docs.camel-ai.org/cookbooks/advanced_features/embodied_agents.html)**
305-
- **[批評エージェント](https://docs.camel-ai.org/cookbooks/advanced_features/critic_agents_and_tree_search.html)**
302+
- **[初めてのエージェントを作成](https://docs.camel-ai.org/cookbooks/basic_concepts/create_your_first_agent)**
303+
- **[初めてのエージェント社会を作成](https://docs.camel-ai.org/cookbooks/basic_concepts/create_your_first_agents_society)**
304+
- **[具現化されたエージェント](https://docs.camel-ai.org/cookbooks/advanced_features/embodied_agents)**
305+
- **[批評エージェント](https://docs.camel-ai.org/cookbooks/advanced_features/critic_agents_and_tree_search)**
306306

307307
### ヘルプを求める
308308

@@ -323,19 +323,19 @@ CAMEL-AIエージェントと社会を構築、運用、強化するためのコ
323323

324324
| モジュール | 説明 |
325325
|:---|:---|
326-
| **[エージェント](https://docs.camel-ai.org/key_modules/agents.html)** | 自律運用のためのコアエージェントアーキテクチャと動作。 |
327-
| **[エージェント社会](https://docs.camel-ai.org/key_modules/society.html)** | マルチエージェントシステムと協力の構築と管理のためのコンポーネント。 |
328-
| **[データ生成](https://docs.camel-ai.org/key_modules/datagen.html)** | 合成データの作成と拡張のためのツールと方法。 |
329-
| **[モデル](https://docs.camel-ai.org/key_modules/models.html)** | エージェントインテリジェンスのためのモデルアーキテクチャとカスタマイズオプション。 |
330-
| **[ツール](https://docs.camel-ai.org/key_modules/tools.html)** | 専門的なエージェントタスクのためのツール統合。 |
331-
| **[メモリ](https://docs.camel-ai.org/key_modules/memory.html)** | エージェント状態管理のためのメモリストレージと検索メカニズム。 |
332-
| **[ストレージ](https://docs.camel-ai.org/key_modules/storages.html)** | エージェントデータと状態のための永続的なストレージソリューション。 |
326+
| **[エージェント](https://docs.camel-ai.org/key_modules/agents)** | 自律運用のためのコアエージェントアーキテクチャと動作。 |
327+
| **[エージェント社会](https://docs.camel-ai.org/key_modules/society)** | マルチエージェントシステムと協力の構築と管理のためのコンポーネント。 |
328+
| **[データ生成](https://docs.camel-ai.org/key_modules/datagen)** | 合成データの作成と拡張のためのツールと方法。 |
329+
| **[モデル](https://docs.camel-ai.org/key_modules/models)** | エージェントインテリジェンスのためのモデルアーキテクチャとカスタマイズオプション。 |
330+
| **[ツール](https://docs.camel-ai.org/key_modules/tools)** | 専門的なエージェントタスクのためのツール統合。 |
331+
| **[メモリ](https://docs.camel-ai.org/key_modules/memory)** | エージェント状態管理のためのメモリストレージと検索メカニズム。 |
332+
| **[ストレージ](https://docs.camel-ai.org/key_modules/storages)** | エージェントデータと状態のための永続的なストレージソリューション。 |
333333
| **[ベンチマーク](https://github.com/camel-ai/camel/tree/master/camel/benchmarks)** | パフォーマンス評価とテストフレームワーク。 |
334-
| **[インタープリタ](https://docs.camel-ai.org/key_modules/interpreters.html)** | コードとコマンドの解釈機能。 |
335-
| **[データローダー](https://docs.camel-ai.org/key_modules/loaders.html)** | データ取り込みと前処理ツール。 |
336-
| **[リトリーバー](https://docs.camel-ai.org/key_modules/retrievers.html)** | 知識検索とRAGコンポーネント。 |
334+
| **[インタープリタ](https://docs.camel-ai.org/key_modules/interpreters)** | コードとコマンドの解釈機能。 |
335+
| **[データローダー](https://docs.camel-ai.org/key_modules/loaders)** | データ取り込みと前処理ツール。 |
336+
| **[リトリーバー](https://docs.camel-ai.org/key_modules/retrievers)** | 知識検索とRAGコンポーネント。 |
337337
| **[ランタイム](https://github.com/camel-ai/camel/tree/master/camel/runtime)** | 実行環境とプロセス管理。 |
338-
| **[ヒューマン・イン・ザ・ループ](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_human_in_loop_and_tool_approval.html)** | 人間による監視と介入のための対話型コンポーネント。 |
338+
| **[ヒューマン・イン・ザ・ループ](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_human_in_loop_and_tool_approval)** | 人間による監視と介入のための対話型コンポーネント。 |
339339
---
340340

341341
## 研究
@@ -396,7 +396,7 @@ CAMEL-AIエージェントと社会を構築、運用、強化するためのコ
396396

397397
### 1. バックエンドとして様々なLLMを活用
398398

399-
詳細については、[`モデルドキュメント`](https://docs.camel-ai.org/key_modules/models.html#)をご覧ください。
399+
詳細については、[`モデルドキュメント`](https://docs.camel-ai.org/key_modules/models#)をご覧ください。
400400

401401
> **データ(Hugging Faceでホスト)**
402402
@@ -425,42 +425,42 @@ CAMEL-AIエージェントと社会で特定の機能を実装するための実
425425
### 1. 基本コンセプト
426426
| クックブック | 説明 |
427427
|:---|:---|
428-
| **[初めてのエージェントを作成](https://docs.camel-ai.org/cookbooks/basic_concepts/create_your_first_agent.html)** | 最初のエージェントを構築するためのステップバイステップガイド。 |
429-
| **[初めてのエージェント社会を作成](https://docs.camel-ai.org/cookbooks/basic_concepts/create_your_first_agents_society.html)** | 協力的なエージェント社会を構築する方法を学びます。 |
430-
| **[メッセージクックブック](https://docs.camel-ai.org/cookbooks/basic_concepts/agents_message.html)** | エージェントでのメッセージ処理のベストプラクティス。 |
428+
| **[初めてのエージェントを作成](https://docs.camel-ai.org/cookbooks/basic_concepts/create_your_first_agent)** | 最初のエージェントを構築するためのステップバイステップガイド。 |
429+
| **[初めてのエージェント社会を作成](https://docs.camel-ai.org/cookbooks/basic_concepts/create_your_first_agents_society)** | 協力的なエージェント社会を構築する方法を学びます。 |
430+
| **[メッセージクックブック](https://docs.camel-ai.org/cookbooks/basic_concepts/agents_message)** | エージェントでのメッセージ処理のベストプラクティス。 |
431431

432432
### 2. 高度な機能
433433
| クックブック | 説明 |
434434
|:---|:---|
435-
| **[ツールクックブック](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_tools.html)** | 強化された機能のためのツール統合。 |
436-
| **[メモリクックブック](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_memory.html)** | エージェントでのメモリシステムの実装。 |
437-
| **[RAGクックブック](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_rag.html)** | 検索拡張生成のレシピ。 |
438-
| **[グラフRAGクックブック](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_graph_rag.html)** | RAGでの知識グラフの活用。 |
439-
| **[AgentOpsでCAMELエージェントを追跡](https://docs.camel-ai.org/cookbooks/advanced_features/agents_tracking.html)** | 運用でのエージェントの追跡と管理のためのツール。 |
435+
| **[ツールクックブック](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_tools)** | 強化された機能のためのツール統合。 |
436+
| **[メモリクックブック](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_memory)** | エージェントでのメモリシステムの実装。 |
437+
| **[RAGクックブック](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_rag)** | 検索拡張生成のレシピ。 |
438+
| **[グラフRAGクックブック](https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_graph_rag)** | RAGでの知識グラフの活用。 |
439+
| **[AgentOpsでCAMELエージェントを追跡](https://docs.camel-ai.org/cookbooks/advanced_features/agents_tracking)** | 運用でのエージェントの追跡と管理のためのツール。 |
440440

441441
### 3. モデルトレーニング & データ生成
442442
| クックブック | 説明 |
443443
|:---|:---|
444-
| **[CAMELでのデータ生成とUnslothでのファインチューニング](https://docs.camel-ai.org/cookbooks/data_generation/sft_data_generation_and_unsloth_finetuning_Qwen2_5_7B.html)** | CAMELでデータを生成し、Unslothで効果的にモデルをファインチューニングする方法を学びます。 |
445-
| **[実関数呼び出しとHermes形式でのデータ生成](https://docs.camel-ai.org/cookbooks/data_generation/data_gen_with_real_function_calls_and_hermes_format.html)** | 実関数呼び出しとHermes形式でデータを生成する方法を探索します。 |
446-
| **[CoTデータ生成とHuggingfaceへのデータアップロード](https://docs.camel-ai.org/cookbooks/data_generation/distill_math_reasoning_data_from_deepseek_r1.html)** | CAMELでCoTデータを生成し、Huggingfaceにシームレスにアップロードする方法を発見します。 |
447-
| **[CoTデータ生成とUnsolthでのSFT Qwen](https://docs.camel-ai.org/cookbooks/data_generation/cot_data_gen_sft_qwen_unsolth_upload_huggingface.html)** | CAMELとUnsolthでCoTデータを生成してSFT Qwenを使用し、データとモデルをHuggingfaceにシームレスにアップロードする方法を発見します。 |
444+
| **[CAMELでのデータ生成とUnslothでのファインチューニング](https://docs.camel-ai.org/cookbooks/data_generation/sft_data_generation_and_unsloth_finetuning_Qwen2_5_7B)** | CAMELでデータを生成し、Unslothで効果的にモデルをファインチューニングする方法を学びます。 |
445+
| **[実関数呼び出しとHermes形式でのデータ生成](https://docs.camel-ai.org/cookbooks/data_generation/data_gen_with_real_function_calls_and_hermes_format)** | 実関数呼び出しとHermes形式でデータを生成する方法を探索します。 |
446+
| **[CoTデータ生成とHuggingfaceへのデータアップロード](https://docs.camel-ai.org/cookbooks/data_generation/distill_math_reasoning_data_from_deepseek_r1)** | CAMELでCoTデータを生成し、Huggingfaceにシームレスにアップロードする方法を発見します。 |
447+
| **[CoTデータ生成とUnsolthでのSFT Qwen](https://docs.camel-ai.org/cookbooks/data_generation/cot_data_gen_sft_qwen_unsolth_upload_huggingface)** | CAMELとUnsolthでCoTデータを生成してSFT Qwenを使用し、データとモデルをHuggingfaceにシームレスにアップロードする方法を発見します。 |
448448

449449
### 4. マルチエージェントシステム & アプリケーション
450450
| クックブック | 説明 |
451451
|:---|:---|
452-
| **[レポート & 知識グラフ生成のためのロールプレイングスクレーパー](https://docs.camel-ai.org/cookbooks/applications/roleplaying_scraper.html)** | データスクレイピングとレポート作成のためのロールプレイングエージェントを作成します。 |
453-
| **[Workforceでハッカソン審査委員会を作成](https://docs.camel-ai.org/cookbooks/multi_agent_society/workforce_judge_committee.html)** | 協力的な審査のためのエージェントチームを構築します。 |
454-
| **[動的知識グラフロールプレイング:動的で時間的に認識する知識グラフを持つマルチエージェントシステム](https://docs.camel-ai.org/cookbooks/applications/dyamic_knowledge_graph.html)** | 金融アプリケーション向けの動的で時間的に認識する知識グラフを構築します。マルチエージェントシステムを使用して、金融レポート、ニュース記事、研究論文を処理し、トレーダーがデータを分析し、関係を特定し、市場の洞察を明らかにするのを支援します。システムは、データの整合性を確保し、金融意思決定のためのグラフ構造を最適化するために、多様でオプションの要素ノードの重複排除技術も活用します。 |
455-
| **[Agentic RAGを使用したカスタマーサービスDiscordボット](https://docs.camel-ai.org/cookbooks/applications/customer_service_Discord_bot_using_SambaNova_with_agentic_RAG.html)** | Agentic RAGを使用してDiscord用の堅牢なカスタマーサービスボットを構築する方法を学びます。 |
456-
| **[ローカルモデルを使用したカスタマーサービスDiscordボット](https://docs.camel-ai.org/cookbooks/applications/customer_service_Discord_bot_using_local_model_with_agentic_RAG.html)** | ローカル展開をサポートするAgentic RAGを使用してDiscord用の堅牢なカスタマーサービスボットを構築する方法を学びます。 |
452+
| **[レポート & 知識グラフ生成のためのロールプレイングスクレーパー](https://docs.camel-ai.org/cookbooks/applications/roleplaying_scraper)** | データスクレイピングとレポート作成のためのロールプレイングエージェントを作成します。 |
453+
| **[Workforceでハッカソン審査委員会を作成](https://docs.camel-ai.org/cookbooks/multi_agent_society/workforce_judge_committee)** | 協力的な審査のためのエージェントチームを構築します。 |
454+
| **[動的知識グラフロールプレイング:動的で時間的に認識する知識グラフを持つマルチエージェントシステム](https://docs.camel-ai.org/cookbooks/applications/dyamic_knowledge_graph)** | 金融アプリケーション向けの動的で時間的に認識する知識グラフを構築します。マルチエージェントシステムを使用して、金融レポート、ニュース記事、研究論文を処理し、トレーダーがデータを分析し、関係を特定し、市場の洞察を明らかにするのを支援します。システムは、データの整合性を確保し、金融意思決定のためのグラフ構造を最適化するために、多様でオプションの要素ノードの重複排除技術も活用します。 |
455+
| **[Agentic RAGを使用したカスタマーサービスDiscordボット](https://docs.camel-ai.org/cookbooks/applications/customer_service_Discord_bot_using_SambaNova_with_agentic_RAG)** | Agentic RAGを使用してDiscord用の堅牢なカスタマーサービスボットを構築する方法を学びます。 |
456+
| **[ローカルモデルを使用したカスタマーサービスDiscordボット](https://docs.camel-ai.org/cookbooks/applications/customer_service_Discord_bot_using_local_model_with_agentic_RAG)** | ローカル展開をサポートするAgentic RAGを使用してDiscord用の堅牢なカスタマーサービスボットを構築する方法を学びます。 |
457457

458458
### 5. データ処理
459459
| クックブック | 説明 |
460460
|:---|:---|
461-
| **[ビデオ分析](https://docs.camel-ai.org/cookbooks/data_processing/video_analysis.html)** | ビデオデータ分析におけるエージェントの技術。 |
462-
| **[Firecrawlを使用してウェブサイトからデータを取得する3つの方法](https://docs.camel-ai.org/cookbooks/data_processing/ingest_data_from_websites_with_Firecrawl.html)** | Firecrawlを使用してウェブサイトからデータを抽出および処理する3つの方法を探索します。 |
463-
| **[PDFで動作するAIエージェントを作成](https://docs.camel-ai.org/cookbooks/data_processing/agent_with_chunkr_for_pdf_parsing.html)** | ChunkrとMistral AIを使用してPDFで動作するAIエージェントを作成する方法を学びます。 |
461+
| **[ビデオ分析](https://docs.camel-ai.org/cookbooks/data_processing/video_analysis)** | ビデオデータ分析におけるエージェントの技術。 |
462+
| **[Firecrawlを使用してウェブサイトからデータを取得する3つの方法](https://docs.camel-ai.org/cookbooks/data_processing/ingest_data_from_websites_with_Firecrawl)** | Firecrawlを使用してウェブサイトからデータを抽出および処理する3つの方法を探索します。 |
463+
| **[PDFで動作するAIエージェントを作成](https://docs.camel-ai.org/cookbooks/data_processing/agent_with_chunkr_for_pdf_parsing)** | ChunkrとMistral AIを使用してPDFで動作するAIエージェントを作成する方法を学びます。 |
464464

465465
<br>
466466

@@ -600,7 +600,7 @@ CAMELのマルチエージェントフレームワークがインフラ自動化
600600
<br>
601601

602602
[docs-image]: https://img.shields.io/badge/Documentation-EB3ECC
603-
[docs-url]: https://camel-ai.github.io/camel/index.html
603+
[docs-url]: https://camel-ai.github.io/camel/index
604604
[star-image]: https://img.shields.io/github/stars/camel-ai/camel?label=stars&logo=github&color=brightgreen
605605
[star-url]: https://github.com/camel-ai/camel/stargazers
606606
[package-license-image]: https://img.shields.io/badge/License-Apache_2.0-blue.svg

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ We are a community-driven research collective comprising over 100 researchers de
213213
</div>
214214

215215
<div align="center">
216-
<a href="https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_rag.html">
216+
<a href="https://docs.camel-ai.org/cookbooks/advanced_features/agents_with_rag">
217217
<img src="docs/images/rag_pipeline.png" alt="RAG Pipeline">
218218
</a>
219219
</div>
@@ -601,7 +601,7 @@ The source code is licensed under Apache 2.0.
601601
<br>
602602

603603
[docs-image]: https://img.shields.io/badge/Documentation-EB3ECC
604-
[docs-url]: https://camel-ai.github.io/camel/index.html
604+
[docs-url]: https://camel-ai.github.io/camel/index
605605
[star-image]: https://img.shields.io/github/stars/camel-ai/camel?label=stars&logo=github&color=brightgreen
606606
[star-url]: https://github.com/camel-ai/camel/stargazers
607607
[package-license-image]: https://img.shields.io/badge/License-Apache_2.0-blue.svg

0 commit comments

Comments
 (0)