eastreamseastreamsOfficial·34 Agent Skills Included

loong

Rust foundation for building secure, high-performance AI agents

Provides a Rust framework for building vertical AI agents with security, performance, and long-term maintainability built in. Authorizes sensitive agent actions before execution through a policy-based permission model instead of scattered runtime checks. Includes an actor runtime, tool hosting, context storage, and OpenAI provider integration so developers avoid wiring infrastructure from scratch.
npx skills add eastreams/loong --all -g -y

All Skills in This Repository (34)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Loong?

Run `npx skills add eastreams/loong --all -g -y` in your terminal to install all skills in this suite globally.

What is Loong used for?

Loong is a Rust foundation for building vertical AI agents that need strong security, predictable performance, and clean long-term architecture.

How does Loong keep AI agents safe?

It models outbound actions as typed capabilities and requires policy authorization before any sensitive operation executes, so unsafe actions are blocked by design.

Is Loong ready for production use?

Not yet. The repository is an early-stage architecture and contract skeleton, not a finished agent product you can deploy today.

Does Loong support OpenAI models?

Yes. It includes a dedicated OpenAI provider crate with streaming support, plus failover handling across providers.

Related Repositories in Software Engineering

View All in Software Engineering