EMRY-015: RunSession + Engine API #13
Labels
No labels
blocked
bug
compat
docs
documentation
duplicate
emry-cli
emry-core
emry-engine
emry-ingest
emry-py
emry-store
emry-tui
emry-web
enhancement
good first issue
gpu-compute
help wanted
hpc
infra
integrations
invalid
needs-design
P0-blocker
P1-core
P2-enhanced
P3-future
performance
pull-request
python
pytorch
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
femboy/emry#13
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?
Engine::start / RunHandle
API
Engine::start(RunConfig) -> RunHandleemit(&[(MetricId, f64)])— fast pathemit_dynamic(HashMap<String, f64>)— slow pathset_phase(Phase),finish()Acceptance
finish()flushes all pending recordsDepends on: EMRY-004, EMRY-006, EMRY-010, EMRY-014
Estimate: 10h
Completed and merged in PR #60.