Main Tools

Second plans are configured with a tree structure of tool calls. Our AI execution agents use these tools to find information and mutate the codebase. Our tools are named to be easy to discover and use. All tools follow the naming structure <outcome>_<how>_with_<implementation_specifics>. For example, finding content in a file can be done with regex or ai. Finding the tool would just consist of swapping the implementation specifics portion of the tool (find_content_in_file_with_regex vs find_content_in_file_with_ai).

Last updated