Skip to content

docs: add zero-dependency examples guide for issue #58 - #97

Open
derrickCcc wants to merge 1 commit into
ob-labs:mainfrom
derrickCcc:docs/issue-58-zero-dependency-examples
Open

docs: add zero-dependency examples guide for issue #58#97
derrickCcc wants to merge 1 commit into
ob-labs:mainfrom
derrickCcc:docs/issue-58-zero-dependency-examples

Conversation

@derrickCcc

Copy link
Copy Markdown
  • Add '零外部依赖示例' section at top of examples/README.md listing all 8 examples that run without OceanBase, LLM API keys, or other external services
  • Include exact run commands and expected output descriptions for each
  • Fix incorrect '无需外部服务' label on langchain_deepagents_example.py (requires OPENAI_API_KEY + langchain extras)
  • Fix langchain.py label to note langchain extras requirement
  • Add missing self_evolution_demo.py section to advanced/README.md
  • Add dependency warning to langchain_deepagents_example.py in basic/README.md

Closes #58

Summary

Solution Description

- Add '零外部依赖示例' section at top of examples/README.md listing all 8
  examples that run without OceanBase, LLM API keys, or other external services
- Include exact run commands and expected output descriptions for each
- Fix incorrect '无需外部服务' label on langchain_deepagents_example.py
  (requires OPENAI_API_KEY + langchain extras)
- Fix langchain.py label to note langchain extras requirement
- Add missing self_evolution_demo.py section to advanced/README.md
- Add dependency warning to langchain_deepagents_example.py in basic/README.md

Closes ob-labs#58
@derrickCcc

Copy link
Copy Markdown
Author

#58

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.

Document examples that run without external services

1 participant