LICENSE
README.md
pyproject.toml
dostuff/__init__.py
dostuff/cli.py
dostuff/cli_tui.py
dostuff/config.py
dostuff/skills.py
dostuff.egg-info/PKG-INFO
dostuff.egg-info/SOURCES.txt
dostuff.egg-info/dependency_links.txt
dostuff.egg-info/entry_points.txt
dostuff.egg-info/requires.txt
dostuff.egg-info/top_level.txt
dostuff/agent/call_agent.py
dostuff/agent/loop.py
dostuff/agent/run_tool.py
dostuff/helpers/agent/append_step.py
dostuff/helpers/agent/constants.py
dostuff/helpers/agent/extract_text.py
dostuff/helpers/agent/get_model_token_limit.py
dostuff/helpers/agent/learn_from_session.py
dostuff/helpers/agent/load_identity.py
dostuff/helpers/agent/load_project_instructions.py
dostuff/helpers/agent/manage_context.py
dostuff/helpers/agent/save_memories_and_exit.py
dostuff/helpers/mcp/load_mcp_config.py
dostuff/helpers/mcp/mcp_oauth.py
dostuff/helpers/memory/extract_episodic_memory.py
dostuff/helpers/memory/extract_semantic_memories.py
dostuff/helpers/memory/format_transcript.py
dostuff/helpers/memory/resolve_memory_operation.py
dostuff/helpers/skills/discover_skills.py
dostuff/helpers/tools/generate_tool_schema.py
dostuff/helpers/tools/resolve_safe_path.py
dostuff/helpers/ui/__init__.py
dostuff/helpers/ui/emit.py
dostuff/lib/exceptions.py
dostuff/lib/model.py
dostuff/lib/tracing.py
dostuff/lib/mcp/mcp_client.py
dostuff/lib/mcp/mcp_client_registration_store.py
dostuff/lib/mcp/mcp_tool_registry_store.py
dostuff/lib/memory/episodic_memory_store.py
dostuff/lib/memory/semantic_memory_store.py
dostuff/lib/memory/session_store.py
dostuff/lib/memory/types.py
dostuff/memory/__init__.py
dostuff/tools/__init__.py
dostuff/tools/definitions.py
dostuff/tools/delegate_to_subagent.py
dostuff/tools/get_current_datetime.py
dostuff/tools/bash/bash_command.py
dostuff/tools/files/delete_file.py
dostuff/tools/files/list_files.py
dostuff/tools/files/read_file.py
dostuff/tools/files/write_file.py
dostuff/tools/mcp/call_mcp_tool.py
dostuff/tools/mcp/get_mcp_tool_details.py
dostuff/tools/mcp/search_mcp_tools.py