agent_m/agentm/logic
mscrnt 4500bfd388 Refactor agent management views and styles
- Removed commented-out header styles from styles.base.tcss and styles.tcss.
- Added new styles for danger buttons and agent selection views in styles.base.tcss and styles.tcss.
- Implemented AgentHomeView to manage agent actions and display metadata.
- Created AgentSelectView for selecting agents with a new layout and functionality.
- Added CreateAgentView for creating new agents with input validation.
- Removed obsolete eval.py and replaced it with evaluation.py.
- Developed GameSelectView for selecting games with a dynamic loading interface.
- Introduced ModelSelectView for selecting models associated with agents.
- Created SelectRunView for managing runs associated with agents.
- Added SubmissionView and TrainingView for handling model training and submission processes.
- Updated requirements.txt to include pyfiglet for ASCII art rendering.
2025-05-26 07:55:58 -07:00
..
config_builder.py Initial commit 2025-05-20 07:01:22 -07:00
db_functions.py Refactor agent management views and styles 2025-05-26 07:55:58 -07:00
db.py Refactor agent management views and styles 2025-05-26 07:55:58 -07:00
diambra_login.py Add initial project structure and core functionality for Agent M 2025-05-20 23:20:29 -07:00
diambra_wrapper.py Initial commit 2025-05-20 07:01:22 -07:00
docker_tools.py Initial commit 2025-05-20 07:01:22 -07:00
roms.py Enhance game card styles and add image handling in the home view 2025-05-21 12:22:08 -07:00
submit_agent.py Initial commit 2025-05-20 07:01:22 -07:00