[Feature Request]: Support for autoresearch as an Agent Tool #590
Labels
No labels
area:chat
area:core
area:llm
area:routes
area:tools
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sleepy/odysseus#590
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Idea
I would love to see
autoresearchintegrated as a native "Skill" or "Tool" within Odysseus. This would allow an agent to autonomously perform ML research experiments and iterations directly from the workspace.Why it's useful
Currently,
autoresearchis a standalone script that requires a separate environment. Bringing this into Odysseus would allow users to:How it could work
autoresearchloop (which requiresgit,uv, and GPU access) in a scoped environment, perhaps handled via Docker containerization or specific user-defined execution paths on the host machine.results.tsvorprogram.mdfiles generated byautoresearchto provide summaries back to the user.Context
Reference: https://github.com/karpathy/autoresearch