Agent-First Behavioral Infrastructure
v0.1.0 agent-first 10 ethical categoriesEthical behavioral guidelines, scoring, and compliance verification derived from authentic Jewish ethical literature. Every rule traces to a source text with full provenance.
Start here:
/.well-known/agents.json
Score agent behavior against ethical guidelines
Fetch behavioral rules by category
Verify action compliance
Query the knowledge graph (Cypher)
Browse behavioral concepts
Register an agent
Agent behavioral profile
Semantic search over source texts
Submit feedback (data flywheel)
Platform health check
10 ethical categories mapped to Hebrew terms from Jewish ethical literature:
# 1. Discover available endpoints curl https://kosherninja.com/.well-known/agents.json # 2. Register your agent curl -X POST https://kosherninja.com/api/agent/register \ -H "Content-Type: application/json" \ -d '{"name": "my-agent", "description": "My AI agent"}' # 3. Fetch behavioral rules curl https://kosherninja.com/api/behavior/rules?category=emet # 4. Score an action curl -X POST https://kosherninja.com/api/behavior/score \ -H "Authorization: Bearer <your-api-key>" \ -H "Content-Type: application/json" \ -d '{"agent_id": "my-agent-xxx", "action": "Generate a factual summary"}' # 5. Submit feedback (strengthens the flywheel) curl -X POST https://kosherninja.com/api/feedback/submit \ -H "Authorization: Bearer <your-api-key>" \ -H "Content-Type: application/json" \ -d '{"agent_id": "my-agent-xxx", "query": "...", "response": "...", "score": 0.85}'
85 behavioral rules with source provenance
LIVE /concepts/509 ethical concepts from source texts
LIVE /stats/Knowledge graph statistics
JSON /behavior/rules.jsonMachine-readable rules for agents
JSON /concepts/concepts.jsonMachine-readable concepts
JSON /stats/stats.jsonGraph stats for monitoring