precison9 commited on
Commit
de2fdf0
·
verified ·
1 Parent(s): 1f01a3c

Add multeclaw package __init__.py

Browse files
Files changed (1) hide show
  1. multeclaw/__init__.py +4 -0
multeclaw/__init__.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ """Multeclaw — Multi-Model AI Agent System"""
2
+ from multeclaw.config import MODEL_REGISTRY, SYSTEM_PROMPTS, AgentConfig, Provider, ModelDef
3
+ from multeclaw.llm_client import MultiModelClient, LLMResponse
4
+ from multeclaw.agent import MulteclawAgent, TaskRouter, TaskType, Planner, ToolExecutor, SafetyLayer, AgentMemory