Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
fceabf8
chore: finalize major-version task 1 interfaces
hihuzhen Jul 8, 2026
9495fae
chore: complete task 2 naming consolidation
hihuzhen Jul 8, 2026
cc54e4e
Complete task 3 attempt terminal-state contract checks
hihuzhen Jul 8, 2026
80264ad
Mark task 3 complete and update verification pointer
hihuzhen Jul 8, 2026
0fc1acf
Handle _step_impl resource failure and cancellation as terminal statuses
hihuzhen Jul 8, 2026
2dacb29
refactor(store): return SpanWriteResult from add_many_spans
hihuzhen Jul 8, 2026
427a2e2
refactor(runner): ensure tracer-only span ingestion for None rollout …
hihuzhen Jul 8, 2026
4815c94
fix(runner): align run_context worker id in init and teardown
hihuzhen Jul 8, 2026
61f658b
refactor: clean top-level legacy exports
hihuzhen Jul 8, 2026
db13d57
refactor: decouple Trainer from legacy base
hihuzhen Jul 8, 2026
6e9cbcd
refactor: remove legacy Trainer constructor aliases
hihuzhen Jul 8, 2026
504ff3f
refactor: remove algorithm trainer weak-reference API
hihuzhen Jul 8, 2026
a0e5b97
refactor: remove Algorithm.get_client legacy path
hihuzhen Jul 8, 2026
68438d2
refactor: validate algo decorator context signature
hihuzhen Jul 8, 2026
7978acc
refactor: remove legacy runner exports and implementation
hihuzhen Jul 8, 2026
95ef016
refactor: remove Runner.run sync interface
hihuzhen Jul 8, 2026
d7154b5
refactor: remove LitAgent reverse references
hihuzhen Jul 8, 2026
bf86da6
refactor: remove LitAgent trained_agents state
hihuzhen Jul 8, 2026
18cffc4
refactor: remove deprecated LitAgent rollout lifecycle hooks
hihuzhen Jul 8, 2026
238646f
Move legacy types out of core module
hihuzhen Jul 8, 2026
0a20a47
chore(tracer): remove trace_context(store) parameter
hihuzhen Jul 8, 2026
13ac8d7
chore(tracer): remove AgentOps private sync trace context
hihuzhen Jul 8, 2026
aa84954
chore(tracer): remove deprecated trace_run wrappers
hihuzhen Jul 8, 2026
58e6085
refactor(store): drop deprecated query_rollouts filters
hihuzhen Jul 8, 2026
ce42551
refactor(store): separate store server role
hihuzhen Jul 8, 2026
a1a8af7
fix(execution): pass store client facade to algorithm
hihuzhen Jul 8, 2026
a07611b
refactor(reward): remove legacy reward compatibility
hihuzhen Jul 8, 2026
2217cf8
refactor(adapter): constrain telemetry attribute keys
hihuzhen Jul 8, 2026
8d38399
refactor(verl): remove v0 fallback execution
hihuzhen Jul 8, 2026
cf53113
refactor(execution): remove ipc placeholder strategy
hihuzhen Jul 8, 2026
38c7c29
refactor(store): remove sqlite placeholder
hihuzhen Jul 8, 2026
80946e0
docs(examples): migrate examples to current lifecycle
hihuzhen Jul 8, 2026
fadf4db
refactor(reward): update runner reward imports
hihuzhen Jul 8, 2026
120d611
docs: update optimization task statuses
hihuzhen Jul 8, 2026
1531600
refactor(network): remove legacy client server stack
hihuzhen Jul 8, 2026
5f806e5
feat(runner): add rollout execution policy
hihuzhen Jul 8, 2026
8de436f
fix(runner): honor step cancellation event
hihuzhen Jul 8, 2026
76587bc
fix(runner): define hook failure semantics
hihuzhen Jul 8, 2026
52c2a80
refactor(runner): simplify heartbeat thread loop
hihuzhen Jul 8, 2026
c2c171e
perf(store): batch latest attempt lookup
hihuzhen Jul 8, 2026
46d179e
fix(store): close client sessions on owner loops
hihuzhen Jul 8, 2026
1326b74
fix(server): hide error tracebacks by default
hihuzhen Jul 8, 2026
de64691
fix(tracer): isolate agentops teardown lifecycle
hihuzhen Jul 8, 2026
8a98dfa
fix(verl): stabilize trajectory aggregation
hihuzhen Jul 8, 2026
265c734
feat(types): add resource type registry
hihuzhen Jul 8, 2026
59fe363
fix: support apo examples on macos spawn
hihuzhen Jul 9, 2026
168d387
chore: ignore idea project files
hihuzhen Jul 9, 2026
aa8370b
fix: tolerate llm proxy token id variants
hihuzhen Jul 9, 2026
6a164dd
fix: parse reward operation spans
hihuzhen Jul 9, 2026
db65367
fix: wait for verl rollout traces
hihuzhen Jul 9, 2026
19e26e6
fix: persist llm proxy rollout attributes
hihuzhen Jul 9, 2026
3739cbc
fix: read llm proxy asgi headers
hihuzhen Jul 9, 2026
08ef65c
fix: backfill llm proxy span attribution
hihuzhen Jul 9, 2026
3b8c481
fix(logging): remove deprecated configure logger
hihuzhen Jul 9, 2026
743ee1d
fix(config): align lightning cli with trainer api
hihuzhen Jul 9, 2026
b147141
fix(config): remove lightning cli helper
hihuzhen Jul 9, 2026
d0c159a
fix(types): remove legacy rollout models
hihuzhen Jul 9, 2026
9904963
fix(trainer): clarify component spec typing
hihuzhen Jul 9, 2026
3744783
fix(trainer): avoid generic component spec alias
hihuzhen Jul 9, 2026
c5b7b00
fix(trainer): simplify dynamic spec typing
hihuzhen Jul 9, 2026
6f44c9a
fix(trainer): keep precise dynamic spec types
hihuzhen Jul 9, 2026
d9ff2b8
Refine trainer core API for major iteration
hihuzhen Jul 10, 2026
b5b8a4e
fix(core): enforce explicit execution lifecycle
hihuzhen Jul 10, 2026
b94c757
fix(core): tighten execution and span contracts
hihuzhen Jul 10, 2026
9022e3a
fix(runner): preserve rewards and OpenAI tracing
hihuzhen Jul 10, 2026
d5032cc
refactor(core): remove remaining legacy contracts
hihuzhen Jul 10, 2026
228ee95
refactor(instrumentation): require stable AgentOps stack
hihuzhen Jul 10, 2026
5868653
fix(reward): require explicit float values
hihuzhen Jul 10, 2026
e721149
fix(verl): count the final training step
hihuzhen Jul 10, 2026
768f957
refactor(algorithm): use explicit runtime context
hihuzhen Jul 10, 2026
6314e83
chore(repo): prepare fork for independent maintenance
hihuzhen Jul 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions .github/workflows/backport.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/badge-apo.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/badge-azure.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/badge-calc-x.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/badge-chartqa.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/badge-claude-code.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/badge-compat.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/badge-examples.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/badge-latest.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/badge-rag.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/badge-spider.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/badge-tinker.yml

This file was deleted.

Loading