Skip to content

0.12: refactors

Choose a tag to compare

@MathisWellmann MathisWellmann released this 06 Jun 23:59
· 260 commits to main since this release

Changes include:

  • New type alias Agent that is returned from init_agent
  • system prompt now includes more granular information about dependencies
  • extract out debug_call_counter.rs
  • extract out update_pointers.rs
  • rename Runtime::init to Runtime::new
  • extract out profile.rs
  • ensure evolve future is Send, which involved not holding syn::File across await points and dropping async from the compile function