re:Agent Hackathon

This page is a temporary guide for re:Agent participants. The reference documentation it links to
is the permanent home for all of this material.
Two Paths
Path A: Tools
Ready-to-run implementations of a wide range of computational biology models and tools. Each
tool defines typed input, config, and output objects, which makes tools straightforward to run
and to chain together.
Path B: Language
An optimization layer built on top of proto-tools. Create design loops from structured
primitives: segments, constructs, generators, constraints, and optimizers.
Path A: proto-tools
Install the package:bash
Tools: Installation
Storage configuration, gated model access, and remote compute
Path B: proto-language
Install proto-language as editable so you can add your own generators and constraints:bash
Language: Installation
Prerequisites, GPU requirements, and the non-editable install
Set Up Modal Compute
Both paths can run models and tools on Modal, which is worth doing if you do not have your own GPU access.re:Agent participants receive Modal credits for the event. The redemption link is provided at the
hackathon.
1
Authenticate
bash
2
Deploy and run tools
You are now ready to deploy and run tools. The full walkthrough covers creating an environment,
deploying a tool, and running it.
Modal Integration
Deploying and running tools on Modal
Next Steps
Tools: Quickstart
Run your first tool
Language: Quickstart
Design your first sequence
Language: Concepts
Segments, constructs, generators, constraints, and optimizers
Example Programs
Complete programs to start from