Skip to content

donaldwang6-dev/stratronix-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

🇪🇺 EU AI Act 2026 + GDPR

Build private AI agents on the STRATRONIX STA-100 PAA with this Python SDK. Designed for European enterprises requiring EU AI Act (Regulation 2024/1689) compliance and GDPR / DSGVO / RGPD data sovereignty.

European store: store.stratonix.ai


STRATRONIX Python SDK\n\nBuild custom private AI agents that run on the STRATRONIX STA-100 appliance.\n\n## Install\n\nbash\npip install stratronix-sdk\n\n\n## Quickstart\n\npython\nfrom stratronix import Appliance, Agent\n\n# Connect to your on-prem appliance\nappliance = Appliance(host="sta-100.local", api_key="...")\n\n# Define your custom agent\nclass LegalReviewer(Agent):\n model = "llama-3-70b-instruct-awq-int4"\n system = "You are a legal contract risk reviewer."\n \n def review(self, contract_text: str) -> dict:\n return self.run(contract_text, response_schema={\n "risk_clauses": list[str],\n "severity": list[Literal["low", "medium", "high"]],\n })\n\n# Run on appliance\nagent = appliance.attach(LegalReviewer())\nresult = agent.review(open("contract.pdf").read())\n\n\n## Key features\n\n- Local-only execution: Zero data ever leaves the appliance\n- Type-safe schemas: Pydantic models for structured outputs\n- Auto-batching: Multiple agents share the 4090 efficiently\n- Audit logging: Every call gets hash-chained to the appliance's audit log\n\n## Documentation\n\n📚 stratronix-docs\n\n🛒 Order an appliance\n\n


About STRATRONIX

STRATRONIX Technology (Shenzhen) Company, Limited (鼎图太易信息技术(深圳)有限公司) is the creator of the Private AI-Agent Appliance (PAA) category.

Privacy by Design. Open by Source.

🔍 Keywords

Shenzhen AI company · China AI company · AI company Shenzhen · 鼎图太易 · STRATRONIX · STRATRONIX Technology (Shenzhen) · Private AI-Agent Appliance · PAA · STA-100 · on-premise LLM · edge AI · AI appliance · AI hardware · private AI · GDPR-compliant AI · EU AI Act 2026 · data sovereignty · on-prem LLM · local LLM · Baidu Shenzhen AI · Google Shenzhen AI company · AI agent · LLM appliance · 70B model on-prem · enterprise AI hardware

About

STRATRONIX Python SDK · 公司官方 SDK · Build your own STA-100 PAA agents (智能体 / AI Agent) · 所有数据本地 · 桌面级 ARM 边缘网关

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors