teknium
4071ba29da
Enhance batch processing and tool validation
...
- Added support for tracking partial results and tool error counts in batch processing.
- Implemented filtering of corrupted entries during batch file combination based on valid tool names.
- Updated terminal tool to improve command execution and error handling, including retry logic for transient failures.
- Refactored model tools to use a simple terminal tool with no session persistence.
- Improved logging and error messages for invalid API responses and tool calls.
- Introduced chunked processing for large content in web tools to manage size limitations effectively.
2026-01-10 05:56:26 +00:00
Teknium
21f9e2df40
Merge pull request #14 from NousResearch/speed-upgrades
...
updates for stability and speed
2026-01-08 01:04:15 -08:00
Teknium
80d326310e
Merge branch 'main' into speed-upgrades
2026-01-08 01:03:34 -08:00
Teknium
53fc705b13
Merge pull request #8 from NousResearch/update-snapshot-id
...
Update snapshot id for ipython
2026-01-08 01:00:24 -08:00
Teknium
d5af53888a
Merge pull request #3 from NousResearch/architecture-planning
...
Architecture planning
2026-01-08 01:00:00 -08:00
Teknium
a7a37249f7
Merge branch 'main' into architecture-planning
2026-01-08 00:59:51 -08:00
teknium
6af6ff2a0a
updates for stability and speed
2026-01-08 08:57:51 +00:00
Teknium
30ca282594
Merge pull request #11 from NousResearch/simplify-terminal
...
Add simple terminal
2025-11-22 02:26:01 -08:00
hjc-puro
ab7293bed6
don't log exit code !=0 as terminal failure
2025-11-17 18:39:16 -05:00
hjc-puro
1614c15bb1
rate limits
2025-11-17 18:35:36 -05:00
hjc-puro
f813959750
add simple terminal
2025-11-17 01:14:31 -05:00
teknium
f957ec2267
update distribution and gitignore
2025-11-16 01:03:23 +00:00
Teknium
92e3074c10
Merge pull request #9 from NousResearch/tc-logging
...
Add logging for first 100 chars of the tool call args json / tool response
2025-11-15 14:03:24 -08:00
hjc-puro
0c618482c4
add logging of prefix of tool call and tool response
2025-11-07 14:43:44 -05:00
hjc-puro
2d8f6c46f1
log first 20 chars
2025-11-07 14:08:06 -05:00
hjc-puro
0fbc0475f3
update snapshot id for ipython
2025-11-05 02:11:25 -05:00
teknium
c27787f09f
fix gitignore again
2025-11-05 06:43:03 +00:00
teknium
d90fcd4e2b
update gitignore
2025-11-05 06:43:03 +00:00
Teknium
69fd0ca9aa
Merge pull request #7 from NousResearch/test
...
some cleanups
2025-11-04 19:54:49 -08:00
Teknium
4135cf4682
Merge branch 'main' into test
2025-11-04 19:54:40 -08:00
teknium
c82741c3d8
some cleanups
2025-11-05 03:47:17 +00:00
Teknium
9573b2ac2d
Merge pull request #6 from NousResearch/fix-leakage
...
Fix VM instance sharing across tasks
2025-11-04 02:15:32 -08:00
hjc-puro
fbd3a2fdb8
prevent leakage of morph instances between tasks
2025-11-04 03:32:43 -05:00
hjc-puro
a4db3fdee5
fix leakage
2025-11-03 17:42:23 -05:00
Teknium
ab5c9fc37b
Merge pull request #5 from NousResearch/update-snapshot
...
Update snapshot
2025-11-02 21:30:08 -08:00
hjc-puro
0ca3e0aaa9
update snapshot
2025-11-02 23:13:49 -05:00
teknium
f6f75cbe2b
update webtools
2025-11-02 06:03:21 +00:00
Teknium
d4544f08c5
Merge pull request #4 from NousResearch/fix-terminal
...
Fix terminal interactivity
2025-11-01 22:39:21 -07:00
hjc-puro
a6ec79730c
terminal tool
2025-11-02 08:57:04 +08:00
hjc-puro
faecbddd9b
fix terminal interactivity
2025-11-02 08:52:05 +08:00
teknium
de9c0edc51
some bugfixes
2025-10-15 18:07:06 +00:00
teknium
8d256779d8
Update vision_tools.py to include image downloading and base64 conversion features.
...
add excluding tmp image dl's in .gitignore
2025-10-08 02:38:04 +00:00
teknium
d36790de91
Add ephemeral system prompt support in batch and agent runners. Update README with usage examples and documentation for the new feature. Ensure prompt is not saved to trajectories.
2025-10-08 02:33:58 +00:00
teknium
a398d320b7
update gitignore
2025-10-07 14:09:37 +00:00
teknium
22b6d5866c
Fix some issues around async and tool constraints
2025-10-07 14:08:46 +00:00
teknium
0e2e69a71d
Add batch processing capabilities with checkpointing and statistics tracking, along with toolset distribution management. Update README and add test scripts for validation.
2025-10-06 03:17:58 +00:00
teknium
bc5f0e62d9
Add support for enabling all toolsets with 'all' or '*' alias in README and toolset resolution logic
2025-10-03 13:45:29 +00:00
teknium
6fac6fecde
Enhance import handling for Hecate in terminal_tool.py to manage local folder shadowing and improve error reporting for import failures.
2025-10-03 09:46:44 +00:00
teknium
c42d9055ed
Move test run back to repo root. weirdness occurred
2025-10-02 20:05:09 +00:00
teknium
a7ff4d49e9
A bit of restructuring for simplicity and organization
2025-10-01 23:29:25 +00:00
teknium
0411ca1880
Add environment configuration file, restructure tool imports, and enhance README setup instructions
2025-10-01 09:54:17 +00:00
Dakota
e5e77381f0
Made to be more descriptive from comments
2025-09-12 18:10:36 -05:00
Dakota
066514e2a9
add more architecture docs
2025-09-12 17:47:32 -05:00
Dakota
045a1737f8
- message graphs
2025-09-12 10:25:14 -05:00
Teknium
c5386ed7e6
add better logging when requests fail
2025-09-10 00:51:41 -07:00
Teknium
2082c7caa3
update gitignore
2025-09-10 00:50:56 -07:00
Teknium
17608c1142
Update to use toolsets and make them easy to create and configure
2025-09-10 00:43:55 -07:00
Teknium
c7fa4447b8
cleanup
2025-09-06 22:07:38 -07:00
Teknium
587d1cf720
Fix Web Tools, Upgrade MoA to GPT5, Add Trajectory Saving
2025-08-31 03:04:10 -07:00
Teknium
4ece87efb0
update to firecrawl
2025-08-21 08:12:24 -07:00