docs: restructure around core / strands / adk / langchain with tabbed getting-started#15
Open
skillos-bot wants to merge 2 commits into
Open
docs: restructure around core / strands / adk / langchain with tabbed getting-started#15skillos-bot wants to merge 2 commits into
skillos-bot wants to merge 2 commits into
Conversation
Mirrors skillos-strands for Google's Agent Development Kit (google-adk): - create_skill_tools(): five FunctionTool wrappers (list/read/insert/ update/delete) over a SkillRepo, recording mutations to a Changelog. - ADKCurator(Curator): builds an LlmAgent armed with the skill tools, feeds it the formatted conversation history, and runs it via an InMemoryRunner. - ADKCurator.plugin(): returns a BasePlugin (the ADK analogue of a Strands HookProvider) whose after_run_callback converts session events into a ConversationHistory and hands them to the curator. Includes unit tests for tools, history formatting, event conversion, and the plugin, plus end-to-end tests driving user session events through the plugin into the curator and asserting the resulting repo/Changelog state. Enables pytest importlib import mode so packages can share test-module basenames without sys.modules collisions.
… getting-started - README: adds architecture table (core + three SDKs) and tabbed quick-start showing hook/plugin/callback integration for Strands, ADK, and LangChain - docs/index.md: two-section layout — core interfaces table + SDK integrations table — so readers can jump straight to the right package - docs/getting-started.md: rewritten as a tabbed "three languages" guide covering install, skill repo layout, curator wiring, remote backends, and write operations for each of the three SDK choices - docs/api/skillos-core.md: extended with Curator, ConversationHistory, Changelog, Change, and ChangeKind - docs/api/skillos-strands.md: new — StrandsCurator (hook() + curate()) and create_skill_tools reference - docs/api/skillos-adk.md: new — ADKCurator (plugin() + curate()) and create_skill_tools reference - mkdocs.yml: adds pymdownx.tabbed, navigation.tabs, content.tabs.link; adds skillos-strands and skillos-adk to the API reference nav https://claude.ai/code/session_01Fquq8y7VojxfTYXthtFxcU
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
Restructures the README and docs to reflect the two-layer architecture: a backend-agnostic
skillos-coreand three SDK-specific "languages" (Strands, ADK, LangChain).skillos-coreinterfaces section and anSDK integrationssection with a per-framework tableCurator,ConversationHistory,Changelog,Change, andChangeKindStrandsCurator(hook()+curate()) andcreate_skill_toolsreferenceADKCurator(plugin()+curate()) andcreate_skill_toolsreferencepymdownx.tabbed,navigation.tabs,content.tabs.link; adds both new API pages to the navTest plan
mkdocs serverenders without errors[Changelog](skillos-core.md#changelog)) resolve correctlyhttps://claude.ai/code/session_01Fquq8y7VojxfTYXthtFxcU
Generated by Claude Code