Commit Graph

  • 99bd502f62 refactor: Renamed the compress_threshold setting to compression_threshold Dark-Alex-17 2025-11-07 11:06:20 -07:00
  • 25a271dc95 style: Applied formatting Dark-Alex-17 2025-11-06 18:19:25 -07:00
  • 5002ac7716 refactor: Migrated around the location of some of the more large documents for documentation Dark-Alex-17 2025-11-06 18:02:17 -07:00
  • d92a559460 docs: Updated the global configuration example to have a separate section for the REPL prompts Dark-Alex-17 2025-11-06 16:24:20 -07:00
  • 3d571e1a31 docs: Fixed a typo in the description of the stream setting Dark-Alex-17 2025-11-06 16:10:44 -07:00
  • d338daa4b6 docs: Referenced the vault documentation in the example config Dark-Alex-17 2025-11-06 16:09:21 -07:00
  • 6f802c2a58 docs: Created a separate, dedicated section of the example configuration file for the vault Dark-Alex-17 2025-11-06 16:08:20 -07:00
  • a3f0168817 docs: Improved the documentation for sessions and the examples in the global configuration example Dark-Alex-17 2025-11-06 15:55:38 -07:00
  • 677702655f docs: Improved the documentation of preludes and their purpose in the example global configuration file Dark-Alex-17 2025-11-06 15:48:44 -07:00
  • b0bbd0c083 docs: Improved the documentation of the behavior-related settings of the global configuration file example Dark-Alex-17 2025-11-06 15:47:30 -07:00
  • 5cbf23a1f4 docs: Improved wording in the example agent configuration Dark-Alex-17 2025-11-06 13:55:44 -07:00
  • 39eb9b34ec docs: Updated the example agent configuration to show the new global_tools and mcp_servers environment variables Dark-Alex-17 2025-11-06 13:31:25 -07:00
  • 5da8616518 feat: Added the agents directory to sysinfo output Dark-Alex-17 2025-11-06 13:22:13 -07:00
  • b267fe05cd docs: Fixed a typo in the Vertex AI client configuration example in the example global configuration file Dark-Alex-17 2025-11-06 13:07:34 -07:00
  • 29f7ebe559 Added environment variables for agents for the global_tools and mcp_servers settings Dark-Alex-17 2025-11-06 12:16:36 -07:00
  • bbffaca511 docs: Updated the example global configuration file with some better examples for RAG Dark-Alex-17 2025-11-06 10:49:51 -07:00
  • 80532836c3 docs: Created an example macro configuration file Dark-Alex-17 2025-11-05 16:55:04 -07:00
  • 9474f4f322 feat: Added built-in macros Dark-Alex-17 2025-11-05 16:28:56 -07:00
  • 93a09d3a9f bug: Removed deprecated experimentation for MCP sampling Dark-Alex-17 2025-11-05 16:12:04 -07:00
  • e3935ce699 style: Added an import for Anyhow's Result in the macros module Dark-Alex-17 2025-11-05 15:52:44 -07:00
  • 58c15e7833 refactor: Factored out the macros structs from the large config module Dark-Alex-17 2025-11-05 15:50:39 -07:00
  • fd2b7f3aa0 bug: Fixed a bug with the spacing of info output now that function_calling_support is a longer name Dark-Alex-17 2025-11-05 15:41:49 -07:00
  • 5ccbc629d1 feat: Updated the example role configuration file to also have the prompt field Dark-Alex-17 2025-11-05 15:25:01 -07:00
  • e98ff5e8e5 feat: Updated the code role Dark-Alex-17 2025-11-05 15:24:45 -07:00
  • a6fffa7b57 refactor: Refactored mcp_servers and function_calling to mcp_server_support and function_calling_support to make the purpose of the fields more clear Dark-Alex-17 2025-11-04 13:17:58 -07:00
  • 3ac153dd06 refactor: Refactored the use_mcp_servers field to enabled_mcp_servers to make the purpose of the field more clear Dark-Alex-17 2025-11-04 12:51:41 -07:00
  • 8db3108c94 Merge branch 'main' of github.com:Dark-Alex-17/loki Dark-Alex-17 2025-11-04 12:37:32 -07:00
  • e25ff4ad19 refactor: Refactored use_tools field to enabled_tools field to make the use of the field more clear Dark-Alex-17 2025-11-04 12:37:14 -07:00
  • 21e76c6461 Refactored the use_tools field to enabled_tools to make field uses and functions more clear Dark-Alex-17 2025-11-04 12:36:31 -07:00
  • 103aa1a432 docs: Updated the config.example.yaml to have an example of how to use the visible_tools array Dark-Alex-17 2025-11-04 12:10:17 -07:00
  • d2f4fefcf3 refactor: Removed the use of the tools.txt file and added tool visibility declarations to the global configuration file Dark-Alex-17 2025-11-04 12:07:58 -07:00
  • 629527988d refactor: Agents that depend on global tools now have all binaries compiled and stored in the agent's bin directory so multiple agents can run at once Dark-Alex-17 2025-11-04 11:29:59 -07:00
  • 7f520f1346 feat: Secret injection as environment variables into agent tools Dark-Alex-17 2025-11-03 15:10:34 -07:00
  • e28619b55a feat: Removed the server functionality Dark-Alex-17 2025-11-03 14:25:55 -07:00
  • f474e6130e feat: Require Vault set up for first-time setup so all passed in secrets can be encrypted right off the bat Dark-Alex-17 2025-10-27 12:00:27 -06:00
  • 4b5bcb45ac style: Re-applied formatting to make Clippy happy Dark-Alex-17 2025-10-24 15:05:42 -06:00
  • 50565a0f17 refactor: Removed the git MCP server and used the newer, better mcp-server-docker for local docker integration Dark-Alex-17 2025-10-24 14:38:13 -06:00
  • cf37db4fa2 docs: Added in forgotten MCP server configuration values to the example config Dark-Alex-17 2025-10-24 14:16:13 -06:00
  • ad9b4097ef Created an Elvish integration script Dark-Alex-17 2025-10-24 11:28:31 -06:00
  • c22c01c6c3 refactor: Renamed the argument for the --completions flag to SHELL Dark-Alex-17 2025-10-24 10:58:28 -06:00
  • 31f7f50c4a feat: Added static completions via a --completions flag Dark-Alex-17 2025-10-24 10:56:34 -06:00
  • a7f6ed4b16 refactor: Updated the instructions for the jira-helper agent Dark-Alex-17 2025-10-23 10:07:50 -06:00
  • 73ada5a221 bug: Fixed a bug when passing tools to Claude for tools that don't have any inputs Dark-Alex-17 2025-10-21 10:04:38 -06:00
  • 2f96256893 bug: Fixed a bug that was duplicating entries of all the functions for agents between MCP and tools Dark-Alex-17 2025-10-20 15:30:29 -06:00
  • 23d9e0775f ci: Updated to only include basic ARM64 and x86_64 architectures Dark-Alex-17 2025-10-17 13:30:42 -06:00
  • 72ade39144 bug: corrected a typo for sourcing the prompt utility bash script in the built-in tools Dark-Alex-17 2025-10-16 15:48:53 -06:00
  • ec64c68777 fix: Corrected a typo for sourcing the bash utility script in some agent definitions Dark-Alex-17 2025-10-16 15:47:07 -06:00
  • 80932e069f chore: update the models.yaml Dark-Alex-17 2025-10-16 15:20:33 -06:00
  • 2f9b154b07 refactor: Modified the default PS1 look Dark-Alex-17 2025-10-16 15:08:48 -06:00
  • 20bf911732 style: Cleaned up some linting issues for Windows Dark-Alex-17 2025-10-16 13:30:30 -06:00
  • 65a3dbb228 style: Applied formatting Dark-Alex-17 2025-10-16 13:01:37 -06:00
  • 5844cc93ca refactor: Fixed a linting issue for Windows builds Dark-Alex-17 2025-10-16 12:44:50 -06:00
  • 4d23ce58c4 docs: Updated outdated API links in the config example Dark-Alex-17 2025-10-16 12:38:07 -06:00
  • 2bb592d5f6 feat: Support for secret injection into the global config file (API keys, for example) Dark-Alex-17 2025-10-16 12:30:18 -06:00
  • 3146b20c15 feat: Improved MCP handling toggle handling Dark-Alex-17 2025-10-15 18:36:54 -06:00
  • 455cf67750 feat: Secret injection into the MCP configuration Dark-Alex-17 2025-10-15 16:06:59 -06:00
  • a6d6a877b0 feat: added REPL support for interacting with the Loki vault Dark-Alex-17 2025-10-15 15:15:04 -06:00
  • a7bd54471c feat: Integrated gman with Loki to create a vault and added flags to configure the Loki vault Dark-Alex-17 2025-10-14 18:00:11 -06:00
  • fe5f803163 Applied formatting Dark-Alex-17 2025-10-10 15:32:51 -06:00
  • 66a9b5362a bug: Automatically mark all extracted tools as executable Dark-Alex-17 2025-10-10 15:30:58 -06:00
  • f3569cf68b docs: Created an example role configuration Dark-Alex-17 2025-10-10 15:15:11 -06:00
  • 2573f14726 feat: Added a default session to the jira helper to make interaction more natural Dark-Alex-17 2025-10-10 15:03:26 -06:00
  • f1fb2d6abf style: applied formatting Dark-Alex-17 2025-10-10 15:01:55 -06:00
  • 4934e0ff0a refactor: Changed the name of agent_prelude to agent_session to make its purpose more clear Dark-Alex-17 2025-10-10 15:01:44 -06:00
  • f772a80501 style: Applied consistent formatting to agent changes Dark-Alex-17 2025-10-10 14:48:10 -06:00
  • 8950843be2 feat: Created the repo-analyzer role Dark-Alex-17 2025-10-10 14:43:18 -06:00
  • 9b89e68908 feat: Created the coder and sql agents Dark-Alex-17 2025-10-10 13:38:47 -06:00
  • ba134ca53f feat: Cleaned the built-in functions to not have leftover dependencies Dark-Alex-17 2025-10-10 13:38:27 -06:00
  • 21dbd9c057 feat: Created additional built-in roles for slack, repo analysis, and github Dark-Alex-17 2025-10-10 13:38:03 -06:00
  • 40a68f8e05 feat: Install built-in agents Dark-Alex-17 2025-10-10 13:37:05 -06:00
  • 37d861a631 refactor: Removed leftover javascript function support; will not implement Dark-Alex-17 2025-10-10 10:22:05 -06:00
  • 31f3e885ce docs: Fixed typo in Python execution docs Dark-Alex-17 2025-10-10 10:05:09 -06:00
  • 7ffaab2012 feat: Embedded baseline MCP config and global tools Dark-Alex-17 2025-07-13 09:58:00 -06:00
  • 35b7946b0d docs: Created the code of conduct Dark-Alex-17 2025-07-06 10:59:27 -06:00
  • 3a05a8e712 docs: Added the security policy Dark-Alex-17 2025-07-06 10:58:02 -06:00
  • 294a1149ef ci: Initialized commitizen configuration Dark-Alex-17 2025-07-06 10:57:37 -06:00
  • 8d80370014 docs: Added loki contribution guidelines Dark-Alex-17 2025-07-06 10:55:52 -06:00
  • 1cbdef36cf Created an .actrc file to make local CI/CD testing easier Dark-Alex-17 2025-07-06 10:54:16 -06:00
  • 4c8accbfc1 Removed the hestia CLI since it is no longer needed Dark-Alex-17 2025-07-06 10:53:44 -06:00
  • c4c2d9cb93 Updated gitignore Dark-Alex-17 2025-07-06 10:53:00 -06:00
  • 7aed112326 Create issue templates and CI/CD workflows Dark-Alex-17 2025-07-06 10:51:04 -06:00
  • 216a3d53cd Baseline project Dark-Alex-17 2025-07-06 10:45:42 -06:00
  • e0823b343b Created initial assets Dark-Alex-17 2025-07-06 10:43:34 -06:00
  • cb0bc65ee4 Created initial assets Dark-Alex-17 2025-07-06 10:42:46 -06:00
  • 5b9ab6636f Initial commit Dark-Alex-17 2025-07-06 10:41:42 -06:00
  • 9fd77feebb Initial commit Alex Clarke 2025-07-05 10:35:42 -06:00