Skip to content

systemsecurity-uiuc/NLIP-Hidden-Agent-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLIP Hidden Agent Demo

AWS-side confidential agent demo.

This agent is intended to run in AWS and be exposed to Jetstream through Skupper, not as a public Internet API.

Run Locally

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn app:app --host 0.0.0.0 --port 8082

Example NLIP Request

{
  "messageType": "request",
  "format": "text",
  "subformat": "english",
  "content": "What confidential project context is available?"
}

About

A confidential-agent running on AWS while not visible. It maintains confidential context and information. Allowed agents reach this agent through Skupper (https://skupper.io/).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors