docs(examples): add dependency markers for all examples - #99
Merged
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add lightweight dependency markers to all examples so users can quickly tell whether an example runs locally or requires external services. Closes #58.
Solution Description
Added unified dependency markers (
零依赖/需 LLM API/需 OceanBase/需可选依赖) to every example across all README files underexamples/, with a marker legend added at the top ofexamples/README.md.Changes:
examples/README.md
| File | Dependency | Description |format for easy scanninggis_memory.pyandsmart_swap.pyentries in the gis tableself_evolution_demo.pyentry in the advanced tableexamples/basic/README.md
langchain_deepagents_example.pydependency info: it requires LangChain + OpenAI API key, previously mislabeled as "no external services"examples/advanced/README.md
self_evolution_demo.pyentry (command, dependency, demo content)examples/gis/README.md
requires OceanBase) with Chinese (需 OceanBase) for consistencyNo code changes — documentation only.