docs: release prep for v0.1.0 (#9)#18
Merged
Merged
Conversation
All code examples now use felix_agent_sdk (not felix), the actual class/function names (FelixWorkflow, run_felix_workflow, WorkflowConfig, AgentFactory, KnowledgeStore), and correct constructor signatures. Removed: non-existent APIs (CentralPost.run, factory.spawn_team), streaming section (module not yet implemented), benchmarks section (module not yet implemented), dynamic spawning code example (stub). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- 01_hello_world.py: mock provider, zero-dependency demo - 02_research_workflow.py: real provider with research template - 03_custom_workflow.py: custom WorkflowConfig, helix params, strategies - 04_memory_persistence.py: KnowledgeStore + TaskMemory with SQLite Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Matrix: Python 3.10, 3.11, 3.12. Runs ruff check + pytest on push to main and all PRs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add pip cache to CI workflow for faster runs - Remove bedrock/vertex optional deps (not implemented) - Extract shared mock provider to examples/_mock.py - Fix unnecessary f-string in example 03 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Final phase — makes the SDK release-ready.
felix_agent_sdkimports and actual API (FelixWorkflow,run_felix_workflow,WorkflowConfig). Removed references to non-existent APIs (felix.streaming,felix.benchmarks,factory.spawn_team,CentralPost.run).Test plan
ruff check src/cleanpython examples/01_hello_world.pyruns successfullypython examples/03_custom_workflow.pyruns successfullypython examples/04_memory_persistence.pyruns successfullyCloses #9
🤖 Generated with Claude Code