List of all items
Structs
- agent::commit_and_push::CommitAndPush
- agent::conversation_summarizer::ConversationSummarizer
- agent::git_agent_environment::GitAgentEnvironment
- agent::running_agent::RunningAgent
- agent::session::RunningSession
- agent::session::Session
- agent::session::SessionBuilder
- agent::tool_summarizer::ToolSummarizer
- agent::tools::AddLines
- agent::tools::AddLinesArgs
- agent::tools::CreateOrUpdatePullRequest
- agent::tools::CreateOrUpdatePullRequestArgs
- agent::tools::DelegateAgent
- agent::tools::ExplainCode
- agent::tools::ExplainCodeArgs
- agent::tools::FetchUrl
- agent::tools::FetchUrlArgs
- agent::tools::Git
- agent::tools::GitArgs
- agent::tools::GithubSearchCode
- agent::tools::GithubSearchCodeArgs
- agent::tools::ReadFile
- agent::tools::ReadFileArgs
- agent::tools::ReadFileWithLineNumbers
- agent::tools::ReadFileWithLineNumbersArgs
- agent::tools::ResetFile
- agent::tools::ResetFileArgs
- agent::tools::RunCoverage
- agent::tools::RunTests
- agent::tools::SearchCode
- agent::tools::SearchCodeArgs
- agent::tools::SearchFile
- agent::tools::SearchFileArgs
- agent::tools::SearchWeb
- agent::tools::SearchWebArgs
- agent::tools::ShellCommand
- agent::tools::ShellCommandArgs
- agent::tools::WriteFile
- agent::tools::WriteFileArgs
- chat::Chat
- chat_message::ChatMessage
- cli::Args
- commands::CommandEvent
- commands::CommandEventBuilder
- commands::CommandHandler
- config::ApiKey
- config::BackoffConfiguration
- config::CommandConfiguration
- config::Config
- config::DockerConfiguration
- config::EmbeddingModelWithSize
- config::GitConfiguration
- config::LLMConfigurations
- config::UIConfig
- config::tools::Tools
- frontend::App
- frontend::AppCommandResponder
- git::github::CodeWithMatches
- git::github::GithubIssueWithComments
- git::github::GithubSession
- git::github::TextMatches
- indexing::duckdb_index::DuckdbIndex
- indexing::multi_language_chunker::MultiLanguageChunker
- kwaak_tracing::Guard
- repository::Repository
- runtime_settings::RuntimeSettings
- templates::Templates
- test_utils::NoopLLM
- test_utils::TempEnv
- test_utils::TestGuard
- test_utils::integration::IntegrationContext
Enums
- agent::session::SessionBuilderError
- agent::session::SessionMessage
- chat::ChatState
- chat_message::ChatRole
- cli::Commands
- cli::EvalCommands
- commands::Command
- commands::CommandEventBuilderError
- commands::Response
- config::AgentEditMode
- config::AnthropicModel
- config::LLMConfiguration
- config::OpenAIEmbeddingModel
- config::OpenAIPromptModel
- config::SupportedAgentConfigurations
- config::SupportedToolExecutors
- config::mcp::McpServer
- frontend::DiffVariant
- frontend::UIEvent
- frontend::UserInputCommand
Traits
Macros
Functions
- agent::agents::coding::build
- agent::agents::coding::build_system_prompt
- agent::agents::coding::start
- agent::agents::delegate::build
- agent::agents::delegate::build_system_prompt
- agent::agents::delegate::start
- agent::session::available_builtin_tools
- agent::session::start_mcp_toolboxes
- agent::tools::add_lines
- agent::tools::fetch_url
- agent::tools::git
- agent::tools::patch_file
- agent::tools::read_file
- agent::tools::read_file_with_line_numbers
- agent::tools::replace_lines
- agent::tools::search_code
- agent::tools::search_file
- agent::tools::shell_command
- agent::tools::write_file
- agent::util::create_branch_name
- agent::util::rename_chat
- config::defaults::default_auto_push_remote
- config::defaults::default_docker_context
- config::defaults::default_dockerfile
- config::defaults::default_main_branch
- config::defaults::default_owner_and_repo
- config::defaults::default_project_name
- frontend::ui
- git::util::diff
- git::util::is_dirty
- git::util::main_branch
- indexing::build_query_pipeline
- indexing::duckdb_index::get_duckdb
- indexing::index_repository
- indexing::query
- kwaak_tracing::init
- onboarding::run
- test_utils::integration::setup_integration
- test_utils::temp_env
- test_utils::test_agent_for_repository
- test_utils::test_repository
- util::accept_non_zero_exit
- util::is_git_branch_change
- util::strip_markdown_tags