LICENSE
MANIFEST.in
README.md
pyproject.toml
ai_runtime/__init__.py
ai_runtime/cli.py
ai_runtime/compat.py
ai_runtime/runtime.py
ai_runtime/version.py
ai_runtime/adapters/__init__.py
ai_runtime/adapters/litellm/__init__.py
ai_runtime/adapters/litellm/response_adapter.py
ai_runtime/agents/__init__.py
ai_runtime/agents/agent.py
ai_runtime/agents/builtin.py
ai_runtime/agents/config_files.py
ai_runtime/agents/modes.py
ai_runtime/agents/runner.py
ai_runtime/agents/self_agentic.py
ai_runtime/agents/subagent.py
ai_runtime/agents/types.py
ai_runtime/commands/__init__.py
ai_runtime/commands/builtin.py
ai_runtime/commands/registry.py
ai_runtime/context/__init__.py
ai_runtime/context/window.py
ai_runtime/conversation/__init__.py
ai_runtime/conversation/conversation.py
ai_runtime/conversation/enums.py
ai_runtime/conversation/message.py
ai_runtime/conversation/request.py
ai_runtime/conversation/response.py
ai_runtime/conversation/usage.py
ai_runtime/eventing/__init__.py
ai_runtime/eventing/bus.py
ai_runtime/execution/__init__.py
ai_runtime/execution/background.py
ai_runtime/execution/context.py
ai_runtime/execution/engine.py
ai_runtime/execution/event_processor.py
ai_runtime/execution/hooks.py
ai_runtime/execution/mode.py
ai_runtime/execution/plan.py
ai_runtime/execution/pipeline/__init__.py
ai_runtime/execution/pipeline/compaction_stage.py
ai_runtime/execution/pipeline/llm_stage.py
ai_runtime/execution/pipeline/memory_consolidation_stage.py
ai_runtime/execution/pipeline/pipeline.py
ai_runtime/execution/pipeline/planner_stage.py
ai_runtime/execution/pipeline/request_builder_stage.py
ai_runtime/execution/pipeline/stage.py
ai_runtime/execution/pipeline/supervisor_stage.py
ai_runtime/execution/pipeline/tool_loop_stage.py
ai_runtime/mcp/__init__.py
ai_runtime/mcp/adapter.py
ai_runtime/mcp/client.py
ai_runtime/memory/__init__.py
ai_runtime/memory/conversation_memory.py
ai_runtime/memory/semantic.py
ai_runtime/memory/store.py
ai_runtime/providers/__init__.py
ai_runtime/providers/base.py
ai_runtime/providers/capabilities.py
ai_runtime/providers/config.py
ai_runtime/providers/default_registry.py
ai_runtime/providers/enums.py
ai_runtime/providers/exceptions.py
ai_runtime/providers/litellm_exception_mapper.py
ai_runtime/providers/litellm_mapper.py
ai_runtime/providers/litellm_provider.py
ai_runtime/providers/litellm_stream_parser.py
ai_runtime/providers/provider.py
ai_runtime/providers/provider_info.py
ai_runtime/providers/registry.py
ai_runtime/providers/sdk_info.py
ai_runtime/rag/__init__.py
ai_runtime/rag/document.py
ai_runtime/rag/retriever.py
ai_runtime/rag/vector_store.py
ai_runtime/server/__init__.py
ai_runtime/server/agent_server.py
ai_runtime/server/protocol.py
ai_runtime/session/__init__.py
ai_runtime/session/session.py
ai_runtime/skills/__init__.py
ai_runtime/skills/builtin.py
ai_runtime/skills/registry.py
ai_runtime/skills/skill.py
ai_runtime/skills/types.py
ai_runtime/streaming/__init__.py
ai_runtime/streaming/completed.py
ai_runtime/streaming/enums.py
ai_runtime/streaming/error.py
ai_runtime/streaming/event.py
ai_runtime/streaming/factory.py
ai_runtime/streaming/finish_reason.py
ai_runtime/streaming/permission.py
ai_runtime/streaming/text.py
ai_runtime/streaming/thinking.py
ai_runtime/streaming/tool_call.py
ai_runtime/streaming/tool_result.py
ai_runtime/streaming/usage.py
ai_runtime/streaming/workflow.py
ai_runtime/tools/__init__.py
ai_runtime/tools/checkpoints.py
ai_runtime/tools/executor.py
ai_runtime/tools/guarded_executor.py
ai_runtime/tools/permissions.py
ai_runtime/tools/registry.py
ai_runtime/tools/tool.py
ai_runtime/tools/adapters/function_adapter.py
ai_runtime/tools/builtin/__init__.py
ai_runtime/tools/builtin/file_tools.py
ai_runtime/tools/builtin/shell_tool.py
ai_runtime/workspace/__init__.py
ai_runtime/workspace/project.py
forge_ai_runtime.egg-info/PKG-INFO
forge_ai_runtime.egg-info/SOURCES.txt
forge_ai_runtime.egg-info/dependency_links.txt
forge_ai_runtime.egg-info/entry_points.txt
forge_ai_runtime.egg-info/requires.txt
forge_ai_runtime.egg-info/top_level.txt