README.md
pyproject.toml
src/__init__.py
src/config.py
src/constants.py
src/graph_state.py
src/workflow_builder.py
src/agents/base_custom_agent.py
src/agents/base_react_agent.py
src/agents/auditor/agent.py
src/agents/auditor/agent_types.py
src/agents/auditor/prompts.py
src/agents/base_step_executing_agent/__init__.py
src/agents/base_step_executing_agent/agent_types.py
src/agents/base_step_executing_agent/base_step_executing_agent.py
src/agents/base_step_executing_agent/constants.py
src/agents/base_step_executing_agent/prompts.py
src/agents/installer/agent.py
src/agents/installer/prompts.py
src/agents/planner/agent.py
src/agents/planner/agent_types.py
src/agents/planner/prompts.py
src/agents/runner/agent.py
src/agents/runner/prompts.py
src/agents/success_verifier/agent.py
src/agents/success_verifier/agent_types.py
src/agents/success_verifier/constants.py
src/agents/success_verifier/prompts.py
src/cli/app.py
src/cli/scripts/setup.py
src/detect_secrets/__init__.py
src/detect_secrets/settings.py
src/detect_secrets/core/__init__.py
src/detect_secrets/core/potential_secret.py
src/detect_secrets/core/scan.py
src/detect_secrets/core/secrets_collection.py
src/detect_secrets/filters/base_secret_filter.py
src/detect_secrets/filters/filters/__init__.py
src/detect_secrets/filters/filters/non_alphanumeric_filter.py
src/detect_secrets/filters/filters/sequential_string_filter.py
src/detect_secrets/filters/filters/templated_secret_filter.py
src/detect_secrets/filters/filters/uuid_filter.py
src/detect_secrets/filters/filters/gibberish/__init__.py
src/detect_secrets/filters/filters/gibberish/gibberish_filter.py
src/detect_secrets/filters/filters/gibberish/rfc.model
src/detect_secrets/plugins/__init__.py
src/detect_secrets/plugins/artifactory.py
src/detect_secrets/plugins/aws.py
src/detect_secrets/plugins/azure_storage_key.py
src/detect_secrets/plugins/base.py
src/detect_secrets/plugins/basic_auth.py
src/detect_secrets/plugins/cloudant.py
src/detect_secrets/plugins/discord.py
src/detect_secrets/plugins/github_token.py
src/detect_secrets/plugins/gitlab_token.py
src/detect_secrets/plugins/high_entropy_strings.py
src/detect_secrets/plugins/ibm_cloud_iam.py
src/detect_secrets/plugins/ibm_cos_hmac.py
src/detect_secrets/plugins/ip_public.py
src/detect_secrets/plugins/jwt.py
src/detect_secrets/plugins/keyword.py
src/detect_secrets/plugins/mailchimp.py
src/detect_secrets/plugins/npm.py
src/detect_secrets/plugins/openai.py
src/detect_secrets/plugins/private_key.py
src/detect_secrets/plugins/pypi_token.py
src/detect_secrets/plugins/sendgrid.py
src/detect_secrets/plugins/slack.py
src/detect_secrets/plugins/softlayer.py
src/detect_secrets/plugins/square_oauth.py
src/detect_secrets/plugins/stripe.py
src/detect_secrets/plugins/telegram_token.py
src/detect_secrets/plugins/twilio.py
src/llm/__init__.py
src/llm/constants.py
src/llm/model.py
src/llm/structured_llm.py
src/middlewares/__init__.py
src/middlewares/parallel_tool_calls_middleware.py
src/middlewares/personal_information_middleware.py
src/nodes/__init__.py
src/nodes/base_llm_node.py
src/nodes/continue_process/__init__.py
src/nodes/continue_process/node.py
src/nodes/continue_process/node_types.py
src/nodes/guidelines_retriever/__init__.py
src/nodes/guidelines_retriever/node.py
src/nodes/guidelines_retriever/node_types.py
src/nodes/guidelines_retriever/prompts.py
src/nodes/task_identifier/__init__.py
src/nodes/task_identifier/node.py
src/nodes/task_identifier/node_types.py
src/nodes/task_identifier/prompts.py
src/setup_agent.egg-info/PKG-INFO
src/setup_agent.egg-info/SOURCES.txt
src/setup_agent.egg-info/dependency_links.txt
src/setup_agent.egg-info/entry_points.txt
src/setup_agent.egg-info/requires.txt
src/setup_agent.egg-info/top_level.txt
src/shell/__init__.py
src/shell/base_shell.py
src/shell/security_context.py
src/shell/shell_registry.py
src/shell/shell_types.py
src/shell/interactive_shell/__init__.py
src/shell/interactive_shell/prompts.py
src/shell/interactive_shell/shell.py
src/shell/interactive_shell/shell_types.py
src/shell/safe_interactive_shell/__init__.py
src/shell/safe_interactive_shell/prompts.py
src/shell/safe_interactive_shell/shell.py
src/shell/safe_interactive_shell/shell_types.py
src/shell/shell_security_guard/__init__.py
src/shell/shell_security_guard/constants.py
src/shell/shell_security_guard/security_guard_types.py
src/shell/shell_security_guard/shell_security_guard.py
src/shell/utils/apply_backspaces.py
src/shell/utils/is_progress_noise.py
src/shell/utils/remove_ansi_escape_characters.py
src/shell/utils/remove_carriage_characters.py
src/tools/__init__.py
src/tools/authenticate_tool.py
src/tools/prompt_user_input_tool.py
src/tools/prompt_user_selection_tool.py
src/tools/run_command_tool.py
src/tools/use_arrow_keys_sequence.py
src/tools/use_keyboard_keys.py
src/tools/user_input_tool.py
src/tools/websearch.py
src/user_prompts/guidelines_selector.py
src/user_prompts/task_selector.py
src/utils/file_loader.py
src/utils/logger.py
src/utils/secrets_redactor.py
src/utils/singleton_meta.py