Tactics changelog from last week:
- We released
tactics.dev/games as an example of how to build games with tactics, and an associated blog. Come try building your own game!
- We've also released a call for design partners. If you're enjoying tactics and want to get closer to the team to help us shape direction, let us know!
tactics.dev/design-partners
- We updated access configuration to better control over who can access and run Tactics. Now, Tactics can be gated to only enable logged-in users to call them.
- CTAC now has type expressions (enums, objects, tuples) that enable you to ensure that the input and output of your Tactics conform to the right specification!
- Speaking of types, this may be a good time to mention that schema-following has been built into our LLM calls from the start! Write a JSON schema and add it to an LLM call, and you can guarantee the model will return in the desired format.