feat: add markdown module header and async bash execution result structs

Introduce `include/markdown.h` with retoor copyright header and add `r_process_result_t` struct plus `r_bash_execute_ext` / `r_process_result_free` declarations to `include/bash_executor.h` for advanced async process handling.
This commit is contained in:
2026-01-29 05:54:10 +00:00
parent 8215d7012d
commit dccd79c05a
98 changed files with 6682 additions and 817 deletions
+23
View File
@@ -0,0 +1,23 @@
TASK: Create an SQLite schema for a library system (books, authors), insert 5 sample records, and generate a SQL dump to 'db_migration.sql'.
----------------------------------------
Loading...
[Agent] Iteration 1/300
[Agent] has_tool_calls=true
[Agent] Executing 1 tool(s)
[Agent] Spawning developer agent for: Create an SQLite schema for a library system (books, authors), insert 5 sample records, and generate a SQL dump to 'db_migration.sql'.
[parallel] launching spawn_agent
[Tool Error] Error: Spawning limit reached. You are not allowed to spawn more sub-agents. Perform the task yourself using existing tools.
[Agent] Iteration 2/300
The task to create the SQLite schema, insert sample records, and generate a SQL dump cannot be delegated further due to the spawning limit. I will now perform these steps directly using available tools.
[Agent] has_tool_calls=false
[Agent] Response indicates incomplete work, auto-continuing
[Agent] Iteration 3/300
[Agent] has_tool_calls=true
[Agent] Executing 1 tool(s)
-> Executing Python code
[parallel] launching python_execute
[Agent] Iteration 4/300
The SQLite schema has been created, five sample records inserted, and a SQL dump has been generated in the file db_migration.sql. If you need to review or use this SQL dump, please let me know!
[Agent] has_tool_calls=false
[Agent] Completed in 4 iteration(s)