Commit Graph

  • cfe2f3fe15 Implement interrupt handling for long-running tool executions in AIAgent teknium1 2026-02-10 16:34:27 -08:00
  • 140d609e0c Refine agent history conversion logic in GatewayRunner teknium1 2026-02-10 16:16:30 -08:00
  • a32ad1a656 Fix infinite interrupt loop in gateway by consuming pending messages with .pop() and clearing interrupt events before recursion teknium 2026-02-11 00:05:30 +00:00
  • 62ba69a29d Fix gateway exit code to enable systemd auto-restart on connection failure teknium1 2026-02-10 16:01:00 -08:00
  • 9b0f2a16ca Enhance CLI functionality with retry and undo commands teknium1 2026-02-10 15:59:46 -08:00
  • 85e629e915 Add cleanup functionality for orphaned sandboxes in TerminalBench2EvalEnv teknium 2026-02-10 23:48:49 +00:00
  • 999a28062d Implement graceful exit cleanup for terminal tool teknium 2026-02-10 22:53:44 +00:00
  • ba3fea24f1 Enhance TerminalBench 2 configuration and evaluation handling teknium 2026-02-10 22:53:24 +00:00
  • 6b4a8d0b17 Add terminal configuration options and enhance environment setup teknium 2026-02-10 22:51:50 +00:00
  • 5ec75e38b9 Enhance tool execution and logging in HermesAgentLoop teknium 2026-02-10 22:51:18 +00:00
  • ad042fdd68 Update terminalbench_2 configuration for enhanced performance and evaluation teknium 2026-02-10 19:48:41 +00:00
  • 35ad3146a8 Add new environments and enhance tool context functionality teknium 2026-02-10 19:39:05 +00:00
  • e8343f2d87 Refactor Singularity environment for persistent container management teknium 2026-02-10 06:49:58 +00:00
  • 1b1307d0d1 Implement Anthropic prompt caching for Claude models via OpenRouter teknium 2026-02-10 06:49:41 +00:00
  • 7a11be9f3f Enhance browser tool functionality and cleanup process teknium 2026-02-09 04:35:25 +00:00
  • 192ce958c3 Enhance CLI command handling and introduce resource cleanup features teknium1 2026-02-08 13:31:45 -08:00
  • c441681dc2 Update default model to 'anthropic/claude-opus-4.6' and refine terminal working directory settings teknium1 2026-02-08 12:56:40 -08:00
  • dd70d57b9b Refactor BatchRunner and AIAgent for enhanced reasoning and tool management, improved tool definitions for fileops teknium 2026-02-08 20:19:14 +00:00
  • f12ea1bc02 Enhance BatchRunner and AIAgent with new configuration options, default model now opus 4.6, default summarizer gemini flash 3 teknium 2026-02-08 10:49:24 +00:00
  • fa76a331b0 Merge pull request #19 from NousResearch/atropos-hermes-agent Teknium 2026-02-07 21:01:06 -08:00
  • d999d9876d Enhance async tool execution and error handling in Hermes agent for Atropos integration teknium 2026-02-08 05:00:47 +00:00
  • 578a5fb6a9 Merge pull request #18 from NousResearch/atropos-hermes-agent Teknium 2026-02-07 16:00:05 -08:00
  • a8809bbd3e Transition installation to uv for py version and speed to be easier to streamline teknium 2026-02-07 23:54:53 +00:00
  • a478e44585 Increase max_token_length in TerminalTestEnv to 16000 for enhanced processing capacity teknium 2026-02-07 21:11:07 +00:00
  • c0494b3558 Update pyproject.toml to refine dependency management teknium 2026-02-07 21:11:01 +00:00
  • 7f1cd014f2 Merge pull request #17 from NousResearch/atropos-hermes-agent Teknium 2026-02-07 09:12:10 -08:00
  • 07b615e96e Add support for Atropos Agentic RL environments (requires branch tool_call_support in Atropos atm) teknium 2026-02-07 09:17:16 +00:00
  • ab387a6120 Merge pull request #16 from NousResearch/atropos-hermes-agent Teknium 2026-02-06 16:05:50 -08:00
  • ac79725923 Update dependencies and enhance installation scripts teknium 2026-02-07 00:05:04 +00:00
  • 8dd38318fc Merge pull request #15 from NousResearch/rl-capabilities Teknium 2026-02-05 03:50:42 -08:00
  • 533c064269 Add file manipulation tools and enhance setup scripts teknium1 2026-02-05 03:49:46 -08:00
  • 5c3105b437 Enhance RL test inference with WandB integration and real-time output streaming teknium1 2026-02-04 21:07:07 -08:00
  • 3c0d0dba49 Update RL tools and enhance configuration management teknium1 2026-02-04 13:57:59 -08:00
  • 12bbca95ec Add tinker-atropos submodule and update RL training tools teknium1 2026-02-04 10:36:01 -08:00
  • f6574978de Add RL training configuration and tools teknium1 2026-02-04 09:36:51 -08:00
  • 8380895ae3 Update README.md Teknium 2026-02-04 00:35:45 -08:00
  • f018999da9 initial RL training tools and loop teknium1 2026-02-03 23:41:26 -08:00
  • 51a6b7d2b5 Implement interrupt handling for message processing in GatewayRunner and BasePlatformAdapter teknium1 2026-02-03 20:10:15 -08:00
  • 9bfe185a2e Implement interrupt handling for agent and CLI input and persistent prompt line at bottom of CLI :) teknium1 2026-02-03 16:15:49 -08:00
  • beeb7896e0 Refactor message handling and error logging in agent and gateway teknium1 2026-02-03 15:42:54 -08:00
  • 212460289b Enhance skills tool to have an arg so it is more reliably called, and error handling in agent teknium1 2026-02-03 15:26:59 -08:00
  • 221fb17c5e Refine typing indicator behavior in message handling teknium1 2026-02-03 15:06:18 -08:00
  • 488deb04a4 fix telegram, import asyncio teknium1 2026-02-03 15:02:41 -08:00
  • 9d9eea9ac9 Enhance agent configuration and documentation for tool progress and working directory teknium1 2026-02-03 14:57:27 -08:00
  • e7f0ffbf5d Add tool progress notifications for messaging channels teknium1 2026-02-03 14:54:43 -08:00
  • a09b018bd5 Implement continuous typing indicator in message handling teknium1 2026-02-03 14:51:31 -08:00
  • 7eac4ee9fe Update agent configuration for maximum tool-calling iterations teknium1 2026-02-03 14:48:19 -08:00
  • 17a5efb416 Enhance messaging gateway configuration and security features teknium1 2026-02-03 10:46:23 -08:00
  • 3e634aa7e4 Update requirements and enhance environment variable loading in gateway teknium1 2026-02-03 07:02:59 -08:00
  • 5d3398aa8a Refactor terminal tool command approval process and enhance CLI feedback teknium1 2026-02-02 23:46:41 -08:00
  • 76d929e177 Implement dangerous command approval system for terminal tool teknium1 2026-02-02 23:35:18 -08:00
  • be91af7551 Refactor TODO list and remove completed items Teknium 2026-02-02 23:08:27 -08:00
  • c9011fc7e1 Add uninstall command to CLI and update documentation teknium1 2026-02-02 22:18:18 -08:00
  • ff776b57bf Remove outdated .cursorrules file and add comprehensive AGENTS.md documentation teknium1 2026-02-02 19:45:42 -08:00
  • 3ee788dacc Implement configuration migration system and enhance CLI setup teknium1 2026-02-02 19:39:23 -08:00
  • fef504f038 Refactor configuration file management and improve user feedback teknium1 2026-02-02 19:34:56 -08:00
  • bbb5776763 Enhance tool availability checks and user feedback in CLI teknium1 2026-02-02 19:28:27 -08:00
  • e87bee9ccd Refactor setup wizard for improved API key and provider configuration teknium1 2026-02-02 19:23:20 -08:00
  • 69a338610a Enhance repository cloning logic in install script teknium1 2026-02-02 19:19:26 -08:00
  • aa6394e94f Update install script to support SSH and HTTPS repository URLs teknium1 2026-02-02 19:19:12 -08:00
  • ef409c6a24 Enhance repository cloning in install script teknium1 2026-02-02 19:19:07 -08:00
  • da4167560f Enhance terminal backend selection in setup wizard teknium1 2026-02-02 19:15:30 -08:00
  • 3488576bd8 Update terminal configuration and enhance CLI model management teknium1 2026-02-02 19:13:41 -08:00
  • 619c72e566 Enhance CLI with multi-platform messaging integration and configuration management teknium1 2026-02-02 19:01:51 -08:00
  • a3ba41fce2 Implement cron job management system for scheduled tasks (similar to OpenAI's Pulse but the AI can also schedule jobs) teknium1 2026-02-02 08:26:42 -08:00
  • c935a604f8 Refactor TODO.md to reorganize task sections and update descriptions teknium1 2026-02-02 01:25:03 -08:00
  • e114f09f70 Implement reasoning extraction and enhance assistant message handling teknium1 2026-02-01 22:48:18 -08:00
  • 9b4d9452ba Add context compression feature for long conversations teknium1 2026-02-01 18:01:31 -08:00
  • bbeed5b5d1 Enhance session logging and interactive sudo support teknium1 2026-02-01 15:36:26 -08:00
  • 971ed2bbdf Implement sudo support across terminal environments teknium1 2026-02-01 10:02:34 -08:00
  • affc4e9a8f Update TODO.md Teknium 2026-02-01 02:05:03 -08:00
  • 3db83b6824 Revise TODO.md to introduce Subagent Architecture and Interactive Clarifying Questions Tool teknium1 2026-02-01 02:02:32 -08:00
  • 9c8d707530 Update .gitignore to include additional ignored files teknium1 2026-02-01 01:33:59 -08:00
  • 8f5f99c22a Add new skills descriptions and enhance skills tool functionality teknium1 2026-02-01 01:32:21 -08:00
  • 32254d3010 Add skills guidance to system prompts in run_agent.py teknium1 2026-02-01 01:31:59 -08:00
  • 20f2875472 Implement browser session inactivity timeout and cleanup teknium1 2026-01-31 21:42:15 -08:00
  • c360da4f35 Enhance documentation for CLI and tool integration teknium 2026-01-31 06:33:43 +00:00
  • bc76a032ba Add a claude code-like CLI teknium 2026-01-31 06:30:48 +00:00
  • 8e986584f4 Update .gitignore to include private keys and CLI config teknium 2026-01-31 06:28:39 +00:00
  • 4b68d30b0e Moved "architecture" dir to "docs" for clarity teknium 2026-01-30 07:54:51 +00:00
  • b292192467 Enhance documentation for skills system and project structure teknium 2026-01-30 07:54:21 +00:00
  • f172f7d4aa Add skills tools and enhance model integration teknium 2026-01-30 07:39:55 +00:00
  • 8e8b6be690 Add timeout configuration for trajectory processing teknium 2026-01-30 07:34:58 +00:00
  • e8c6135a91 Update documentation for project structure and tool integration teknium 2026-01-30 07:34:12 +00:00
  • 771cf41fea Update environment configuration and enhance terminal tool integration teknium 2026-01-29 22:47:11 +00:00
  • 7ea17bb957 Update environment configuration and enhance tool definitions teknium 2026-01-29 22:36:07 +00:00
  • f8846f85a1 Add package.json and package-lock.json for project setup teknium 2026-01-29 22:23:17 +00:00
  • 4c05ef0ba8 Enhance logging and tool initialization for improved performance teknium 2026-01-29 19:59:59 +00:00
  • 5438b64e32 Add new shell scripts for various task runs teknium 2026-01-29 06:11:12 +00:00
  • 248acf715e Add browser automation tools and enhance environment configuration teknium 2026-01-29 06:10:24 +00:00
  • 54ca0997ee Update .gitignore to include additional directories and files teknium 2026-01-29 06:04:25 +00:00
  • b78076cac7 Enhance trajectory_compressor.py with new input options and sampling functionality teknium 2026-01-29 06:04:13 +00:00
  • ba19d530ad Update environment configuration and enhance terminal tool integration teknium 2026-01-23 12:26:53 +00:00
  • 47555602d7 Add mini-swe-agent runner and trajectory compressor teknium 2026-01-23 00:52:46 +00:00
  • 6eb76c7c1a Enhance batch processing and image generation tools teknium 2026-01-18 10:11:59 +00:00
  • b32cc4b09d Refactor batch processing with rich progress tracking and update logging in AIAgent teknium 2026-01-14 14:02:59 +00:00
  • 6e3dbb8d8b Enhance batch processing with progress tracking and update AIAgent for OpenRouter detection teknium 2026-01-14 13:46:16 +00:00
  • b66c093316 add default datagen example script teknium 2026-01-14 13:41:09 +00:00
  • 13d360030f Enhance tool normalization and API integration across modules teknium 2026-01-14 13:40:10 +00:00
  • 66daebe88f Implement enhanced response handling and tool call validation in run_agent teknium 2026-01-10 13:04:43 +00:00