Semantic-Kernel agent-framework monorepo sampler
| Folder | Project | Type | CI |
|---|---|---|---|
submodules/ |
a2a-inspector |
A2A Client | N/A |
repositories/ |
@modelcontextprotocol/inspector |
MCP CLient | N/A |
node/ |
* |
node |
|
node/ |
rest-app |
RESTful API | |
node/ |
mcp-server.examples.quick-start |
MCP | |
node/ |
mcp-server.rest-app.posts |
MCP | |
dotnet/ |
SemanticKernelSampler.DotNet |
Agent | |
dotnet/ |
AgentFrameworkSampler.DotNet |
Agent | |
java/ |
TODO | Agent | |
python/ |
semantic-kernel-sampler-py |
Agent | |
python/ |
agent-framework-sampler-py |
Agent |
$> npm run setup$> npm install
bower install: Installsbower.jsonunderrepositories/
$> npm run start:mcp:inspector
TODO
$> cd submodules/a2a-inspector$> uv venv- Windows:
$> source .venv/Scripts/activate - linux:
$> source .venv/bin/activate
$> uv syncThen see Setup and Running the Application
$> npm install$> bash ./run.shConnect:
Chat:
See docker-compose.yml for more details
$> docker-compose up

