- ✨ Added `additional_lookup` property to `settings.get` which will take precedence over `os.environ`. With this modification, you can now use `settings.get('a key', additional_lookup=r.agent.meta)` in skills to allow agent overriding of global settings
- ✨ Added cli command `pytlas train` and removed the `--dry` flag
- ✨ Added cli command `pytlas parse` and removed the `--parse` arg