LICENSE
README.md
pyproject.toml
src/sibuchen_agents/__init__.py
src/sibuchen_agents.egg-info/PKG-INFO
src/sibuchen_agents.egg-info/SOURCES.txt
src/sibuchen_agents.egg-info/dependency_links.txt
src/sibuchen_agents.egg-info/requires.txt
src/sibuchen_agents.egg-info/top_level.txt
src/sibuchen_agents/agents/__init__.py
src/sibuchen_agents/agents/factory.py
src/sibuchen_agents/agents/function_call_agent.py
src/sibuchen_agents/agents/plan_solve_agent.py
src/sibuchen_agents/agents/react_agent.py
src/sibuchen_agents/agents/reflection_agent.py
src/sibuchen_agents/agents/simple_agent.py
src/sibuchen_agents/agents/tool_aware_agent.py
src/sibuchen_agents/context/__init__.py
src/sibuchen_agents/context/builder.py
src/sibuchen_agents/context/history.py
src/sibuchen_agents/context/token_counter.py
src/sibuchen_agents/context/truncator.py
src/sibuchen_agents/core/__init__.py
src/sibuchen_agents/core/agent.py
src/sibuchen_agents/core/config.py
src/sibuchen_agents/core/exceptions.py
src/sibuchen_agents/core/lifecycle.py
src/sibuchen_agents/core/llm_adapters.py
src/sibuchen_agents/core/llm_client.py
src/sibuchen_agents/core/llm_response.py
src/sibuchen_agents/core/message.py
src/sibuchen_agents/core/session_store.py
src/sibuchen_agents/core/streaming.py
src/sibuchen_agents/memory/__init__.py
src/sibuchen_agents/memory/base.py
src/sibuchen_agents/memory/embedding.py
src/sibuchen_agents/memory/manager.py
src/sibuchen_agents/memory/rag/__init__.py
src/sibuchen_agents/memory/rag/document.py
src/sibuchen_agents/memory/rag/pipeline.py
src/sibuchen_agents/memory/storage/__init__.py
src/sibuchen_agents/memory/storage/document_store.py
src/sibuchen_agents/memory/storage/neo4j_store.py
src/sibuchen_agents/memory/storage/qdrant_store.py
src/sibuchen_agents/memory/types/__init__.py
src/sibuchen_agents/memory/types/core_memory.py
src/sibuchen_agents/memory/types/long_term_memory.py
src/sibuchen_agents/memory/types/multimodal_memory.py
src/sibuchen_agents/memory/types/short_term_memory.py
src/sibuchen_agents/observability/__init__.py
src/sibuchen_agents/observability/trace_logger.py
src/sibuchen_agents/protocols/__init__.py
src/sibuchen_agents/protocols/base.py
src/sibuchen_agents/protocols/a2a/__init__.py
src/sibuchen_agents/protocols/a2a/implementation.py
src/sibuchen_agents/protocols/anp/__init__.py
src/sibuchen_agents/protocols/anp/implementation.py
src/sibuchen_agents/protocols/im/__init__.py
src/sibuchen_agents/protocols/im/plugin.py
src/sibuchen_agents/protocols/im/rate_limiter.py
src/sibuchen_agents/protocols/im/server.py
src/sibuchen_agents/protocols/im/session_manager.py
src/sibuchen_agents/protocols/im/adapters/__init__.py
src/sibuchen_agents/protocols/im/adapters/feishu_adapter.py
src/sibuchen_agents/protocols/im/adapters/telegram_adapter.py
src/sibuchen_agents/protocols/mcp/__init__.py
src/sibuchen_agents/protocols/mcp/client.py
src/sibuchen_agents/protocols/mcp/server.py
src/sibuchen_agents/protocols/mcp/utils.py
src/sibuchen_agents/skills/__init__.py
src/sibuchen_agents/skills/loader.py
src/sibuchen_agents/tools/__init__.py
src/sibuchen_agents/tools/base.py
src/sibuchen_agents/tools/circuit_breaker.py
src/sibuchen_agents/tools/errors.py
src/sibuchen_agents/tools/registry.py
src/sibuchen_agents/tools/response.py
src/sibuchen_agents/tools/tool_filter.py
src/sibuchen_agents/tools/builtin/__init__.py
src/sibuchen_agents/tools/builtin/calculator_tool.py
src/sibuchen_agents/tools/builtin/devlog_tool.py
src/sibuchen_agents/tools/builtin/file_tools.py
src/sibuchen_agents/tools/builtin/mcp_wrapper_tool.py
src/sibuchen_agents/tools/builtin/memory_tool.py
src/sibuchen_agents/tools/builtin/note_tool.py
src/sibuchen_agents/tools/builtin/protocol_tools.py
src/sibuchen_agents/tools/builtin/rag_tool.py
src/sibuchen_agents/tools/builtin/search_tool.py
src/sibuchen_agents/tools/builtin/skill_tool.py
src/sibuchen_agents/tools/builtin/task_tool.py
src/sibuchen_agents/tools/builtin/terminal_tool.py
src/sibuchen_agents/tools/builtin/todowrite_tool.py
src/sibuchen_agents/utils/__init__.py
src/sibuchen_agents/utils/helpers.py
src/sibuchen_agents/utils/logging.py
src/sibuchen_agents/utils/serialization.py