Commit graph

1320 commits

Author SHA1 Message Date
Shannon Sands
27ea15e544 Add vivek100's Metric Card Generator Environment to community - Added comprehensive environment for JSON UI component generation with schema validation and multi-dimensional evaluation - Fixed all linting issues and updated community README with proper attribution 2025-05-23 15:11:03 +10:00
Shannon Sands
881b2f522f pulled in changes 2025-05-23 15:02:19 +10:00
shannonsands
3d3c71dde0
Merge pull request #110 from NousResearch/merge-erikqu-contributions
Merge erikqu contributions
2025-05-22 21:56:20 -07:00
Shannon Sands
8b81e78998 Add erikqu's Playwright Agent Environment to community README 2025-05-23 14:53:19 +10:00
Shannon Sands
853b061bbb Move playwright_agent_env.py to community directory and fix linting issues 2025-05-23 14:51:46 +10:00
Shannon Sands
7822528faa Merge branch 'main' into merge-erikqu-contributions 2025-05-23 14:48:29 +10:00
shannonsands
4c63e40120
Merge pull request #109 from NousResearch/unified-gabinfay-contribs
Unified gabinfay contribs
2025-05-22 21:42:34 -07:00
Shannon Sands
2e31c42e79 inexplicable wandb linting error 2025-05-23 14:38:57 +10:00
Shannon Sands
28fb9c750f linting 2025-05-23 14:31:02 +10:00
Shannon Sands
431c3c4aad resolved conflict 2025-05-23 14:29:32 +10:00
Shannon Sands
93cd2ac8b0 Complete linting fixes - all pre-commit checks now pass! Fixed listen_agent, telephony agents, and router_agent issues 2025-05-23 14:21:28 +10:00
Shannon Sands
b244132c75 Fix linting issues in router_env agents - reduced errors from 80+ to 44 2025-05-23 14:15:36 +10:00
Shannon Sands
33926d44ec linting ongoing 2025-05-23 13:56:05 +10:00
Shannon Sands
80affdb191 Fix linting issues in main community environment files - Remove unused imports from lean_proof_env.py - Fix line length issues in both lean_proof_env.py and philosophical_rlaif_env.py - Improve code formatting and readability - Both main environment files now pass all pre-commit checks 2025-05-23 13:48:41 +10:00
Shannon Sands
7f2e1a4f90 Fix formatting issues in community environments - Applied black, isort, trailing whitespace, and end-of-file fixes - Remaining flake8 issues (unused imports, line length) noted for future cleanup 2025-05-23 13:33:13 +10:00
Shannon Sands
e85a170c34 Reorganize community environments - Move lean_proof_env, router_env, and philosophical_rlaif_env.py to environments/community/ - Add comprehensive README for community environments - This organizes community-contributed environments into a dedicated community folder for better maintainability and discoverability 2025-05-23 13:31:13 +10:00
shannonsands
efe9b79846
Merge pull request #107 from Hack666r/link
Update CONTRIBUTING.md
2025-05-22 20:18:05 -07:00
Shannon Sands
2eddcb3cd9 fu linting 2025-05-23 11:18:16 +10:00
Shannon Sands
5b9c8368d6 linting 2025-05-23 11:16:17 +10:00
Shannon Sands
28e1e76cb7 added default factory handling for CLI args 2025-05-23 11:15:44 +10:00
Shannon Sands
d98f65f444 linting 2025-05-23 11:09:06 +10:00
Shannon Sands
606a2615f0 loop check 2025-05-23 11:05:08 +10:00
Fabrizio (Misto) Milo
490caf6854 change directory 2025-05-22 13:03:37 -07:00
Slava
5e58408266
Update CONTRIBUTING.md 2025-05-22 17:22:27 +02:00
teknium1
46d33bf0b2 manually implement readme update due to 2025-05-21 23:09:45 -07:00
shannonsands
ba4ee8d68b
Merge pull request #63 from NousResearch/toolcalling-server-process-fix
Toolcalling server process fix
2025-05-21 21:56:11 -07:00
based-tachikoma
b01023ad3a additional fixes to alphafold2_multimer and tool_executor 2025-05-21 21:28:30 -07:00
based-tachikoma
6783a077cc update comment in protein_env.py 2025-05-21 21:27:42 -07:00
based-tachikoma
02585947e4 refactor file saving from alphafold2_multimer to tool_executor 2025-05-21 21:23:00 -07:00
shannonsands
18bc94f64c
Merge pull request #105 from NousResearch/community-folder
updated llms.txt, contribution guide and added community folder with …
2025-05-21 20:03:55 -07:00
Shannon Sands
0cba08baba wording 2025-05-22 12:00:07 +10:00
Shannon Sands
a614fa7e67 updated llms.txt, contribution guide and added community folder with README 2025-05-22 11:53:11 +10:00
google-labs-jules[bot]
276a845dd7 feat: Implement SWE-RL Environment with Full Refinements
I've implemented the SWERLEnv in environments/swe_rl_env.py, based on the
SWE-RL paper (arXiv:2502.18449). This version incorporates extensive
refinements based on your feedback.

Key features implemented in environments/swe_rl_env.py:
- Core environment structure (setup, trajectory collection, scoring, evaluation).
- "Thinking" step: LLM is prompted for reasoning within <think> </think> tags
  before generating a patch. Includes strict parsing for these tags.
- Dynamic prompt construction using `tokenizer.apply_chat_template` with
  NousResearch/DeepHermes-3-Llama-3-8B-Preview as the default model.
- Hugging Face dataset integration: Loads data from HF Hub with configurable
  dataset name, splits, and column mappings.
- Reward mechanism: Based on thinking tag correctness, patch format
  (SEARCH/REPLACE), and similarity to the oracle patch.
- Comprehensive WandB logging for training/evaluation metrics.

NOTE: I made multiple attempts to update 'environments/README.md'
with documentation for this new environment. While I
reported success in some turns, this was not consistently verifiable
and may not have been correctly applied. The README.md file may
require manual verification and updating for the SWERLEnv.
2025-05-22 01:28:00 +00:00
Andrew
5d34ea821d removed html from data folder 2025-05-21 18:10:10 -07:00
Andrew
6316cf31a5 chore: remove .zip and .html files per review feedback 2025-05-21 18:08:22 -07:00
based-tachikoma
227e594ebf add debug_target.pdb test file 2025-05-21 16:50:15 -07:00
Eric Liu
7eae51cc5c Move to subfolder 2025-05-21 16:19:00 -07:00
Eric Liu
a88e3afddf DeepSacrifice 2025-05-21 16:18:46 -07:00
Allan Niemerg
7a653044a4 add GAIA download to README 2025-05-21 16:18:08 -05:00
Allan Niemerg
7710e151cc This adds the SmolaGents integration to Atropos, enabling the creation of high-quality agent trajectories for training data. 2025-05-21 15:47:57 -05:00
Andrew
c3a4461008 feat: update and refactored meteorology environment with latest changes 2025-05-20 20:23:00 -07:00
based-tachikoma
1ee67de035 refactor, full run 2025-05-20 20:12:59 -07:00
based-tachikoma
de9dfff221 rfdiffusion fix 2025-05-20 20:12:59 -07:00
hjc-puro
bef6a0b99a ignore uv.lock 2025-05-20 17:38:43 -04:00
hjc-puro
cd74c93468 delete 2025-05-20 17:38:17 -04:00
hallerite
4d9bec44c6
[env]: add initial ProteinBinderEnv
Co-authored-by: based-tachikoma <based.tachikoma@gmail.com>
2025-05-18 20:03:21 -07:00
GabinFay
945ea30c3a add: lean prover environment 2025-05-18 19:27:48 -07:00
Earl Potters
db0cf9e6c0 Remove outdated DynastAI documentation and test scripts
- Deleted the ATROPOS_INTEGRATION.md and INSTALL_AND_RUN.md files, which contained installation and usage instructions for DynastAI.
- Removed test script test_dynastai_env.py and installation verification script verify_install.py, as they are no longer needed.
2025-05-18 19:06:20 -07:00
Karthik-Ragunath
923d74d8b0 updated README with vscode launch configs to run the code 2025-05-18 19:04:08 -07:00
GabinFay
cbb1607f12 add: router agent env 2025-05-18 18:53:53 -07:00