Retoor software development Projects Research SearchXNG
Register Sign In

10 lines
196 B
Bash
Raw Normal View History

chore: remove AppRun, compose.yml, collect_so_files.sh and database.db; add include headers and refactor Makefile with src directory structure
2026-01-28 19:34:39 +01:00
// retoor <retoor@molodetz.nl>
#ifndef R_BASH_EXECUTOR_H
#define R_BASH_EXECUTOR_H
#include <stdbool.h>
feat: add agent subagent support, bash timeout, context manager improvements, and benchmark script - Add agent_set_is_subagent and agent_set_tool_registry to agent API for subagent support - Add timeout_seconds parameter to r_bash_execute to prevent hanging processes - Refactor context_manager truncation logic with dynamic ratio-based truncation and total size calculation - Add messages_to_json_string helper and r_config_get_max_tokens accessor - Introduce tool_registry_get_specialized for type-filtered tool registries - Add completion_phrases and passive_phrases detection to agent completion logic - Suppress spinner in http_client when stderr is not a TTY - Add comprehensive agent_benchmark.py with TestCase framework and logging
2026-01-29 06:01:05 +01:00
char *r_bash_execute(const char *command, bool interactive, int timeout_seconds);
chore: remove AppRun, compose.yml, collect_so_files.sh and database.db; add include headers and refactor Makefile with src directory structure
2026-01-28 19:34:39 +01:00
#endif
Reference in New Issue Copy Permalink
8215d7012d
r/include/bash_executor.h
Response time: 31ms
Mail Licenses API