eunomia
Eunomia is the open-source authorization layer for AI Agents
파일 탐색기
최종 버전 다운로드 (.zip)- cd.yml
- ci.yml
- index.md
- schemas.md
- index.md
- langchain.md
- mcp.md
- api.md
- index.md
- index.md
- python.md
- typescript.md
- index.md
- logo-owl-dark.png
- logo-owl.png
- schema.png
- contribute.md
- index.md
- license.md
- as-proxy.md
- centralized-pdp.md
- logging.md
- authentication.md
- index.md
- policies.md
- quickstart.md
- home.html
- index.md
- issue_passport.md
- index.md
- register_entities.md
- update_delete_entities.md
- index.md
- check_permissions.md
- create_policies.md
- index.md
- run_server.md
- index.md
- installation.md
- quickstart.md
- extra.css
- index.md
- allow_category.rego
- example_authorized_rag.py
- README.md
- requirements.txt
- allow_tool.rego
- index.ts
- README.md
- mcp_policies.json
- planetary_weather.py
- README.md
- requirements.txt
- main.py
- main_authz.py
- mcp_policies.json
- README.md
- allow_query.rego
- example_parental_control.py
- README.md
- requirements.txt
- __init__.py
- entity.py
- policy.py
- __init__.py
- check.py
- entity.py
- passport.py
- policy.py
- __init__.py
- utils.py
- pyproject.toml
- README.md
- __init__.py
- document_loader.py
- retriever.py
- pyproject.toml
- README.md
- __init__.py
- main.py
- utils.py
- __init__.py
- bridge.py
- middleware.py
- schemas.py
- utils.py
- 001_list_execute_tools.json
- 002_agent.json
- pyproject.toml
- README.md
- example_usage.py
- __init__.py
- client.py
- pyproject.toml
- README.md
- example-usage.ts
- tsconfig.json
- client.ts
- enums.ts
- index.ts
- schemas.ts
- eslint.config.js
- package-lock.json
- package.json
- README.md
- tsconfig.json
- __init__.py
- dependencies.py
- main.py
- routers.py
- __init__.py
- crud.py
- db.py
- models.py
- __init__.py
- engine.py
- evaluator.py
- router.py
- utils.py
- __init__.py
- main.py
- router.py
- __init__.py
- crud.py
- db.py
- models.py
- __init__.py
- main.py
- router.py
- __init__.py
- base.py
- factory.py
- __init__.py
- main.py
- router.py
- __init__.py
- batch_processor.py
- __init__.py
- cli.py
- config.py
- conftest.py
- test_db.py
- test_engine.py
- test_evaluator.py
- test_integration.py
- test_utils.py
- conftest.py
- test_passport_main.py
- conftest.py
- test_registry_main.py
- conftest.py
- test_factory.py
- test_batch_processor.py
- conftest.py
- test_check_schemas.py
- test_core_utils.py
- test_entity_schemas.py
- test_passport_schemas.py
- test_policy_schemas.py
- conftest.py
- test_cli_main.py
- test_cli_utils.py
- test_middleware.py
- test_middleware_utils.py
- .gitignore
- .python-version
- Dockerfile
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/whataboutyou-ai/eunomia
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd eunomia
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker run -d -p 8421:8421 --name eunomia ttommitt/eunomia-server:latest
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd pkgs/sdks/typescript
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
