Skip to content

fix: resolve runtime errors in examples and core modules#123

Merged
ankaisen merged 1 commit intofeat/workflowfrom
pr-122
Dec 21, 2025
Merged

fix: resolve runtime errors in examples and core modules#123
ankaisen merged 1 commit intofeat/workflowfrom
pr-122

Conversation

@ankaisen
Copy link
Collaborator

  • Fix MemoryService to properly access llm_profiles.profiles[default] instead of llm_profiles.default (string)
  • Update examples 1/2/3 to use llm_profiles instead of deprecated llm_config
  • Fix examples to get categories from memorize() result instead of non-existent service.store
  • Remove duplicate BaseModel in build_memory_model inheritance chain
  • Fix _register_pipelines to pass workflow list directly (not .steps attribute)
  • Add WorkflowStep.copy() method to avoid deepcopy pickle errors with RLock
  • Add missing updated_at field to Resource, MemoryItem, MemoryCategory models
- Fix MemoryService to properly access llm_profiles.profiles[default] instead of llm_profiles.default (string)
- Update examples 1/2/3 to use llm_profiles instead of deprecated llm_config
- Fix examples to get categories from memorize() result instead of non-existent service.store
- Remove duplicate BaseModel in build_memory_model inheritance chain
- Fix _register_pipelines to pass workflow list directly (not .steps attribute)
- Add WorkflowStep.copy() method to avoid deepcopy pickle errors with RLock
- Add missing updated_at field to Resource, MemoryItem, MemoryCategory models
@ankaisen ankaisen merged commit 656433e into feat/workflow Dec 21, 2025
1 of 2 checks passed
@ankaisen ankaisen deleted the pr-122 branch December 21, 2025 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants