We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3950d commit 479519cCopy full SHA for 479519c
.gitignore
@@ -30,4 +30,7 @@ typescript/coverage/**/*
30
examples/chat-chainlit-app/venv
31
32
*.env
33
-*__pycache__
+*__pycache__
34
+
35
+git-release-notes.genai.mjs
36
python/setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = multi_agent_orchestrator
3
-version = 0.1.2
+version = 0.1.3
4
author = Anthony Bernabeu, Corneliu Croitoru
5
author_email = brnaba@amazon.com, ccroito@amazon.com
6
description = Multi-agent orchestrator framework
typescript/package.json
{
"name": "multi-agent-orchestrator",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Multi-Agent Orchestrator framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments