Skip to content

docs: restructure around core / strands / langgraph with hook-based integration#11

Open
skillos-bot wants to merge 4 commits into
mainfrom
claude/gifted-edison-Mdbnk
Open

docs: restructure around core / strands / langgraph with hook-based integration#11
skillos-bot wants to merge 4 commits into
mainfrom
claude/gifted-edison-Mdbnk

Conversation

@skillos-bot

@skillos-bot skillos-bot commented May 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • README: adds SDK integration table (strands / ADK / langgraph) and a getting-started snippet using the new hook() pattern
  • docs/index.md: split into a skillos-core interfaces section and an SDK integrations section with per-framework entries (strands available, ADK/LangGraph coming soon)
  • docs/getting-started.md: rewritten as a tabbed "three languages" guide — Strands, ADK, LangGraph — with the Strands tab showing both hook-based (recommended) and manual curate() integration patterns
  • docs/api/skillos-core.md: extended with Curator, ConversationHistory, Changelog, Change, and ChangeKind
  • docs/api/skillos-strands.md: full API reference covering StrandsCurator (including the new hook() method), and create_skill_tools
  • packages/skillos-strands/README.md: package-level README with hook-based quick start as the primary example
  • mkdocs.yml: enables navigation.tabs, content.tabs.link, and pymdownx.tabbed for the tabbed getting-started page; adds skillos-strands to nav

What's new vs last revision

Test plan

  • mkdocs serve renders without errors
  • Tabbed code blocks in Getting Started switch correctly between Strands / ADK / LangGraph
  • Strands tab shows both hook-based and manual integration options
  • All API links in index.md resolve to anchors in the reference pages

https://claude.ai/code/session_01WY5rXJ5qLmhzRtZxmQ9FPp

claude and others added 4 commits May 26, 2026 00:58
The Curator's input is now ConversationHistory (list[dict[str, Any]])
following the litellm/OpenAI message format convention. This replaces
the OTel Trace wrapper — conversation messages are a better source for
skill extraction than telemetry spans.

skillos-core:
- New conversation.py with Message and ConversationHistory type aliases
  and a TODO noting the need for a cross-framework standard.
- Curator ABC: curate(history: ConversationHistory) -> Changelog.
- Removed trace.py, test_trace.py, opentelemetry-api/sdk dependencies.

skillos-strands:
- StrandsCurator.curate now takes ConversationHistory.
- _format_history renders both Strands-style (content blocks with
  toolUse/toolResult) and OpenAI-style (tool_calls at message level)
  messages into a readable prompt for the curator agent.
- Tests cover both message formats, empty history, and end-to-end
  curator integration.

https://claude.ai/code/session_01K9ZQSP244HQWEobYU7euik
- README: adds SDK integration table (strands / ADK / langgraph) and
  a getting-started snippet using ConversationHistory
- docs/index.md: split into skillos-core interfaces section and SDK
  integrations section with per-framework entries
- docs/getting-started.md: rewritten as a tabbed "three languages"
  guide — Strands, ADK, LangGraph — with working Strands examples
  and placeholder tabs for coming-soon integrations
- docs/api/skillos-core.md: extended with Curator, ConversationHistory,
  Changelog, Change, and ChangeKind added in recent commits
- docs/api/skillos-strands.md: new API reference for StrandsCurator
  and create_skill_tools
- packages/skillos-strands/README.md: new package-level README
- mkdocs.yml: enables navigation.tabs, content.tabs.link, and
  pymdownx.tabbed for the tabbed getting-started page

https://claude.ai/code/session_018a9BJRxnNgyVy4qchZY2tE
@skillos-bot skillos-bot changed the title docs: restructure around core / strands / langgraph subcategories docs: restructure around core / strands / langgraph with hook-based integration May 28, 2026
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.

2 participants