ametist

Version, currently master branch1 version
  • master branchlatestMay 18, 2026

github.com/mikeoz32/ametist

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  ametist:
    github: mikeoz32/ametist
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.18.2
License
MIT
Author
Mike Oz
Targets
  • agency from src/bin/agency.cr
  • ametist from src/bin/ametist.cr
  • ametist_stress from examples/ametist_stress.cr

Dependencies

Runtime Dependencies

  • opal*github: mikeoz32/opal
  • simd*github: spider-gazelle/simd
  • movie*github: mikeoz32/movie-cr
  • sqlite3~> 0.22.0github: crystal-lang/crystal-sqlite3
  • athena-dotenv~> 0.2.0github: athena-framework/dotenv

README

ametist

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Movie Extensions

Movie supports Akka-style extensions via ExtensionId. Extensions are lazily created per actor system.

remote = Movie::Remote::Remoting.get(system)
exec   = Movie::Execution.get(system)

# inside actors
exec = ctx.extension(Movie::Execution)

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/ametist/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Agency System

A new agentic runtime enables LLM‑driven workflows with pluggable models, tool bridges, and persistent state. See the detailed design in docs/plans/2026-01-28-agency-design.md.