agenticaiframework 1.0.15__tar.gz → 1.0.16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/PKG-INFO +19 -1
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/README.md +18 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework.egg-info/PKG-INFO +19 -1
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/setup.py +1 -1
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/LICENSE +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/__init__.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/agents.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/communication.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/configurations.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/evaluation.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/guardrails.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/hub.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/knowledge.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/llms.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/mcp_tools.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/memory.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/monitoring.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/processes.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/prompts.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/tasks.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework.egg-info/SOURCES.txt +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework.egg-info/dependency_links.txt +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework.egg-info/top_level.txt +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/setup.cfg +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/tests/test_agenticai.py +0 -0
- {agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/tests/test_agenticai_additional.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: agenticaiframework
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.16
|
4
4
|
Summary: AgenticAI - A Python SDK for building agentic applications with advanced orchestration, monitoring, and multimodal capabilities.
|
5
5
|
Home-page: https://github.com/isathish/AgenticAI
|
6
6
|
Author: Sathishkumar Nagarajan
|
@@ -21,6 +21,24 @@ Dynamic: license-file
|
|
21
21
|
Dynamic: requires-python
|
22
22
|
Dynamic: summary
|
23
23
|
|
24
|
+
<!-- PROJECT LOGO -->
|
25
|
+
<br />
|
26
|
+
<div align="center">
|
27
|
+
<a href="https://isathish.github.io/agenticaiframework/">
|
28
|
+
<img src="https://img.shields.io/pypi/v/agenticaiframework?color=blue&label=PyPI%20Version&logo=python&logoColor=white" alt="PyPI Version">
|
29
|
+
</a>
|
30
|
+
<a href="https://pypi.org/project/agenticaiframework/">
|
31
|
+
<img src="https://img.shields.io/pypi/dm/agenticaiframework?color=green&label=Downloads&logo=python&logoColor=white" alt="Downloads">
|
32
|
+
</a>
|
33
|
+
<a href="https://github.com/isathish/agenticaiframework/actions">
|
34
|
+
<img src="https://img.shields.io/github/actions/workflow/status/isathish/agenticaiframework/python-package.yml?branch=main&label=Build&logo=github" alt="Build Status">
|
35
|
+
</a>
|
36
|
+
<a href="https://isathish.github.io/agenticaiframework/">
|
37
|
+
<img src="https://img.shields.io/badge/Documentation-Online-blue?logo=readthedocs&logoColor=white" alt="Documentation">
|
38
|
+
</a>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
---
|
24
42
|
# AgenticAI Framework
|
25
43
|
|
26
44
|
AgenticAI Framework (`agenticaiframeworkframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
|
@@ -1,3 +1,21 @@
|
|
1
|
+
<!-- PROJECT LOGO -->
|
2
|
+
<br />
|
3
|
+
<div align="center">
|
4
|
+
<a href="https://isathish.github.io/agenticaiframework/">
|
5
|
+
<img src="https://img.shields.io/pypi/v/agenticaiframework?color=blue&label=PyPI%20Version&logo=python&logoColor=white" alt="PyPI Version">
|
6
|
+
</a>
|
7
|
+
<a href="https://pypi.org/project/agenticaiframework/">
|
8
|
+
<img src="https://img.shields.io/pypi/dm/agenticaiframework?color=green&label=Downloads&logo=python&logoColor=white" alt="Downloads">
|
9
|
+
</a>
|
10
|
+
<a href="https://github.com/isathish/agenticaiframework/actions">
|
11
|
+
<img src="https://img.shields.io/github/actions/workflow/status/isathish/agenticaiframework/python-package.yml?branch=main&label=Build&logo=github" alt="Build Status">
|
12
|
+
</a>
|
13
|
+
<a href="https://isathish.github.io/agenticaiframework/">
|
14
|
+
<img src="https://img.shields.io/badge/Documentation-Online-blue?logo=readthedocs&logoColor=white" alt="Documentation">
|
15
|
+
</a>
|
16
|
+
</div>
|
17
|
+
|
18
|
+
---
|
1
19
|
# AgenticAI Framework
|
2
20
|
|
3
21
|
AgenticAI Framework (`agenticaiframeworkframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
|
{agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: agenticaiframework
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.16
|
4
4
|
Summary: AgenticAI - A Python SDK for building agentic applications with advanced orchestration, monitoring, and multimodal capabilities.
|
5
5
|
Home-page: https://github.com/isathish/AgenticAI
|
6
6
|
Author: Sathishkumar Nagarajan
|
@@ -21,6 +21,24 @@ Dynamic: license-file
|
|
21
21
|
Dynamic: requires-python
|
22
22
|
Dynamic: summary
|
23
23
|
|
24
|
+
<!-- PROJECT LOGO -->
|
25
|
+
<br />
|
26
|
+
<div align="center">
|
27
|
+
<a href="https://isathish.github.io/agenticaiframework/">
|
28
|
+
<img src="https://img.shields.io/pypi/v/agenticaiframework?color=blue&label=PyPI%20Version&logo=python&logoColor=white" alt="PyPI Version">
|
29
|
+
</a>
|
30
|
+
<a href="https://pypi.org/project/agenticaiframework/">
|
31
|
+
<img src="https://img.shields.io/pypi/dm/agenticaiframework?color=green&label=Downloads&logo=python&logoColor=white" alt="Downloads">
|
32
|
+
</a>
|
33
|
+
<a href="https://github.com/isathish/agenticaiframework/actions">
|
34
|
+
<img src="https://img.shields.io/github/actions/workflow/status/isathish/agenticaiframework/python-package.yml?branch=main&label=Build&logo=github" alt="Build Status">
|
35
|
+
</a>
|
36
|
+
<a href="https://isathish.github.io/agenticaiframework/">
|
37
|
+
<img src="https://img.shields.io/badge/Documentation-Online-blue?logo=readthedocs&logoColor=white" alt="Documentation">
|
38
|
+
</a>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
---
|
24
42
|
# AgenticAI Framework
|
25
43
|
|
26
44
|
AgenticAI Framework (`agenticaiframeworkframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="agenticaiframework",
|
5
|
-
version="1.0.
|
5
|
+
version="1.0.16",
|
6
6
|
author="Sathishkumar Nagarajan",
|
7
7
|
author_email="mail@sathishkumarnagarajan.com",
|
8
8
|
description="AgenticAI - A Python SDK for building agentic applications with advanced orchestration, monitoring, and multimodal capabilities.",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework/configurations.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{agenticaiframework-1.0.15 → agenticaiframework-1.0.16}/agenticaiframework.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|