Skip to content

JeremyLemee/agentic-web-hmas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic Web SEM

The project was coded with the help of OpenAI Codex.

The Signifier Exposure Mechanism (SEM)

The file app.py is the main file implementing and running the SEM server. The SEM runs on localhost, port 5000.

http://localhost:5000/artifacts/list indicates the list of artifact profiles.

An MCP server to interact with the SEM is provided by sem_mcp.py. The MCP server runs on localhost, port 8200.

To create profiles for MCP servers, the code is available here: here.

To create profiles for A2A agents, the code is available here: here.

To create profiles for UTCP manuals, the code is available here: here.

To create profiles for WoT Things, the code is available here: here.

Agent and Environment

Goal MCP

The code for the Goal MCP server is available here. The MCP server is available at: http://localhost:9996/mcp. The GUI is available at http://localhost:5002.

A2A Formalizer Agent

The code for the A2A Formalizer Agent is available here. Its A2A card is available at: http://localhost:9997/.well-known/agent-card.json

Cherrybot proxy

The code for the cherrybot proxy is available here and cherrybot proxy is available at http://localhost:8086/.

The cherrybot proxy can rely on a cherrybot simulation, whose code is available here

Executor Agent

The code for the executor agent is available here. It relies on our implementation of the CoALA architecture here.

Run

Set the OpenAI API key.

Use ./run.sh to run the environment with UTCP manual being used to register the robot proxy.

Use ./wot_run.sh to run the environment with UTCP manual being used to register the robot proxy.

Use uv run llm_agent/executor_agent.py to run the executor agent

Evaluation

The script evaluation.py performs the evaluation. The results are presented in the file results.txt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors