Implementation of project management tools for AI agents. More...
#include "cli/service/agent/tools/project_tool.h"#include <algorithm>#include <cstring>#include <filesystem>#include <fstream>#include <iomanip>#include <set>#include <sstream>#include "absl/strings/str_format.h"#include "nlohmann/json.hpp"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::agent |
| namespace | yaze::cli::agent::tools |
| namespace | yaze::cli::agent::tools::anonymous_namespace{project_tool.cc} |
Typedefs | |
| using | yaze::cli::agent::tools::json = nlohmann::json |
Functions | |
| constexpr uint32_t | yaze::cli::agent::tools::anonymous_namespace{project_tool.cc}::RightRotate (uint32_t value, uint32_t count) |
| void | yaze::cli::agent::tools::anonymous_namespace{project_tool.cc}::SHA256Transform (uint32_t state[8], const uint8_t block[64]) |
| std::array< uint8_t, 32 > | yaze::cli::agent::tools::anonymous_namespace{project_tool.cc}::ComputeSHA256Internal (const uint8_t *data, size_t length) |
Variables | |
| constexpr uint32_t | yaze::cli::agent::tools::anonymous_namespace{project_tool.cc}::kSHA256_K [64] |
Implementation of project management tools for AI agents.
Definition in file project_tool.cc.