agenticaiframework 1.0.18__tar.gz → 1.0.20__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.18 → agenticaiframework-1.0.20}/PKG-INFO +45 -10
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/README.md +44 -9
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework.egg-info/PKG-INFO +45 -10
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/setup.py +1 -1
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/LICENSE +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/__init__.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/agents.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/communication.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/configurations.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/evaluation.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/guardrails.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/hub.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/knowledge.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/llms.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/mcp_tools.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/memory.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/monitoring.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/processes.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/prompts.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework/tasks.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework.egg-info/SOURCES.txt +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework.egg-info/dependency_links.txt +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework.egg-info/top_level.txt +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/setup.cfg +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/tests/test_agenticai.py +0 -0
- {agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/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.20
|
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
|
@@ -33,20 +33,25 @@ Dynamic: summary
|
|
33
33
|
<a href="https://github.com/isathish/agenticaiframework/actions">
|
34
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
35
|
</a>
|
36
|
-
|
36
|
+
|
37
|
+
</div>
|
38
|
+
|
39
|
+
|
40
|
+
<div align="center">
|
41
|
+
<a href="https://isathish.github.io/agenticaiframework">
|
37
42
|
<img src="https://img.shields.io/badge/Documentation-Online-blue?logo=readthedocs&logoColor=white" alt="Documentation">
|
38
43
|
</a>
|
39
|
-
</div>
|
40
44
|
|
45
|
+
</div>
|
41
46
|
---
|
42
|
-
# AgenticAI Framework
|
47
|
+
# 🌟 AgenticAI Framework
|
43
48
|
|
44
49
|
AgenticAI Framework (`agenticaiframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
|
45
50
|
It provides a modular, extensible architecture for creating intelligent agents that can interact, reason, and execute tasks across multiple domains.
|
46
51
|
|
47
52
|
---
|
48
53
|
|
49
|
-
##
|
54
|
+
## ✨ Key Features
|
50
55
|
|
51
56
|
- **Python-based SDK** for building agentic applications
|
52
57
|
- **Lightweight, high-performance agents** for efficient execution
|
@@ -67,7 +72,7 @@ It provides a modular, extensible architecture for creating intelligent agents t
|
|
67
72
|
|
68
73
|
---
|
69
74
|
|
70
|
-
## 📦 Installation
|
75
|
+
## 📦 Installation & Setup
|
71
76
|
|
72
77
|
```bash
|
73
78
|
pip install agenticaiframework
|
@@ -75,7 +80,7 @@ pip install agenticaiframework
|
|
75
80
|
|
76
81
|
---
|
77
82
|
|
78
|
-
## ⚡ Quick Start
|
83
|
+
## ⚡ Quick Start in 3 Steps
|
79
84
|
|
80
85
|
```python
|
81
86
|
from agenticaiframework import Agent, AgentManager
|
@@ -98,7 +103,10 @@ agent.start()
|
|
98
103
|
|
99
104
|
---
|
100
105
|
|
101
|
-
## 📚 Usage Examples
|
106
|
+
## 📚 Usage Examples & Tutorials
|
107
|
+
|
108
|
+
For more detailed examples, see the [docs/EXAMPLES.md](docs/EXAMPLES.md) file.
|
109
|
+
|
102
110
|
|
103
111
|
### 1. Creating and Running an Agent
|
104
112
|
```python
|
@@ -142,7 +150,22 @@ print(result) # Output: Hello, World!
|
|
142
150
|
|
143
151
|
---
|
144
152
|
|
145
|
-
##
|
153
|
+
## 📖 Extended Documentation & Resources
|
154
|
+
|
155
|
+
The `docs` folder contains in-depth guides and examples:
|
156
|
+
|
157
|
+
- [API Reference](docs/API_REFERENCE.md) — Detailed API documentation for all modules.
|
158
|
+
- [Configuration Guide](docs/CONFIGURATION.md) — How to configure agents, processes, and the framework.
|
159
|
+
- [Usage Guide](docs/USAGE.md) — Step-by-step instructions for common workflows.
|
160
|
+
- [Extending the Framework](docs/EXTENDING.md) — How to add new agents, tools, and capabilities.
|
161
|
+
- [Examples](docs/EXAMPLES.md) — Practical code examples for various use cases.
|
162
|
+
- [Troubleshooting](docs/TROUBLESHOOTING.md) — Common issues and solutions.
|
163
|
+
|
164
|
+
You can also view the online documentation at: [https://isathish.github.io/agenticaiframework/](https://isathish.github.io/agenticaiframework/)
|
165
|
+
|
166
|
+
---
|
167
|
+
|
168
|
+
## 🛠 Configuration Made Easy
|
146
169
|
|
147
170
|
You can configure agents and the framework using:
|
148
171
|
- **Programmatic configuration** via `agenticaiframework.configurations`
|
@@ -158,7 +181,7 @@ set_config("max_concurrent_tasks", 5)
|
|
158
181
|
|
159
182
|
---
|
160
183
|
|
161
|
-
## 🧪 Testing
|
184
|
+
## 🧪 Testing & Quality Assurance
|
162
185
|
|
163
186
|
Run the test suite with:
|
164
187
|
```bash
|
@@ -172,6 +195,18 @@ pytest --cov=agenticaiframework --cov-report=term-missing
|
|
172
195
|
|
173
196
|
---
|
174
197
|
|
198
|
+
## 🤝 Contributing
|
199
|
+
|
200
|
+
We welcome contributions from the community!
|
201
|
+
1. Fork the repository.
|
202
|
+
2. Create a feature branch.
|
203
|
+
3. Implement your changes with tests.
|
204
|
+
4. Submit a pull request.
|
205
|
+
|
206
|
+
For more details, see the [Contributing Guidelines](docs/CONTRIBUTING.md) (if available).
|
207
|
+
|
208
|
+
---
|
209
|
+
|
175
210
|
## 📄 License
|
176
211
|
|
177
212
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
@@ -10,20 +10,25 @@
|
|
10
10
|
<a href="https://github.com/isathish/agenticaiframework/actions">
|
11
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
12
|
</a>
|
13
|
-
|
13
|
+
|
14
|
+
</div>
|
15
|
+
|
16
|
+
|
17
|
+
<div align="center">
|
18
|
+
<a href="https://isathish.github.io/agenticaiframework">
|
14
19
|
<img src="https://img.shields.io/badge/Documentation-Online-blue?logo=readthedocs&logoColor=white" alt="Documentation">
|
15
20
|
</a>
|
16
|
-
</div>
|
17
21
|
|
22
|
+
</div>
|
18
23
|
---
|
19
|
-
# AgenticAI Framework
|
24
|
+
# 🌟 AgenticAI Framework
|
20
25
|
|
21
26
|
AgenticAI Framework (`agenticaiframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
|
22
27
|
It provides a modular, extensible architecture for creating intelligent agents that can interact, reason, and execute tasks across multiple domains.
|
23
28
|
|
24
29
|
---
|
25
30
|
|
26
|
-
##
|
31
|
+
## ✨ Key Features
|
27
32
|
|
28
33
|
- **Python-based SDK** for building agentic applications
|
29
34
|
- **Lightweight, high-performance agents** for efficient execution
|
@@ -44,7 +49,7 @@ It provides a modular, extensible architecture for creating intelligent agents t
|
|
44
49
|
|
45
50
|
---
|
46
51
|
|
47
|
-
## 📦 Installation
|
52
|
+
## 📦 Installation & Setup
|
48
53
|
|
49
54
|
```bash
|
50
55
|
pip install agenticaiframework
|
@@ -52,7 +57,7 @@ pip install agenticaiframework
|
|
52
57
|
|
53
58
|
---
|
54
59
|
|
55
|
-
## ⚡ Quick Start
|
60
|
+
## ⚡ Quick Start in 3 Steps
|
56
61
|
|
57
62
|
```python
|
58
63
|
from agenticaiframework import Agent, AgentManager
|
@@ -75,7 +80,10 @@ agent.start()
|
|
75
80
|
|
76
81
|
---
|
77
82
|
|
78
|
-
## 📚 Usage Examples
|
83
|
+
## 📚 Usage Examples & Tutorials
|
84
|
+
|
85
|
+
For more detailed examples, see the [docs/EXAMPLES.md](docs/EXAMPLES.md) file.
|
86
|
+
|
79
87
|
|
80
88
|
### 1. Creating and Running an Agent
|
81
89
|
```python
|
@@ -119,7 +127,22 @@ print(result) # Output: Hello, World!
|
|
119
127
|
|
120
128
|
---
|
121
129
|
|
122
|
-
##
|
130
|
+
## 📖 Extended Documentation & Resources
|
131
|
+
|
132
|
+
The `docs` folder contains in-depth guides and examples:
|
133
|
+
|
134
|
+
- [API Reference](docs/API_REFERENCE.md) — Detailed API documentation for all modules.
|
135
|
+
- [Configuration Guide](docs/CONFIGURATION.md) — How to configure agents, processes, and the framework.
|
136
|
+
- [Usage Guide](docs/USAGE.md) — Step-by-step instructions for common workflows.
|
137
|
+
- [Extending the Framework](docs/EXTENDING.md) — How to add new agents, tools, and capabilities.
|
138
|
+
- [Examples](docs/EXAMPLES.md) — Practical code examples for various use cases.
|
139
|
+
- [Troubleshooting](docs/TROUBLESHOOTING.md) — Common issues and solutions.
|
140
|
+
|
141
|
+
You can also view the online documentation at: [https://isathish.github.io/agenticaiframework/](https://isathish.github.io/agenticaiframework/)
|
142
|
+
|
143
|
+
---
|
144
|
+
|
145
|
+
## 🛠 Configuration Made Easy
|
123
146
|
|
124
147
|
You can configure agents and the framework using:
|
125
148
|
- **Programmatic configuration** via `agenticaiframework.configurations`
|
@@ -135,7 +158,7 @@ set_config("max_concurrent_tasks", 5)
|
|
135
158
|
|
136
159
|
---
|
137
160
|
|
138
|
-
## 🧪 Testing
|
161
|
+
## 🧪 Testing & Quality Assurance
|
139
162
|
|
140
163
|
Run the test suite with:
|
141
164
|
```bash
|
@@ -149,6 +172,18 @@ pytest --cov=agenticaiframework --cov-report=term-missing
|
|
149
172
|
|
150
173
|
---
|
151
174
|
|
175
|
+
## 🤝 Contributing
|
176
|
+
|
177
|
+
We welcome contributions from the community!
|
178
|
+
1. Fork the repository.
|
179
|
+
2. Create a feature branch.
|
180
|
+
3. Implement your changes with tests.
|
181
|
+
4. Submit a pull request.
|
182
|
+
|
183
|
+
For more details, see the [Contributing Guidelines](docs/CONTRIBUTING.md) (if available).
|
184
|
+
|
185
|
+
---
|
186
|
+
|
152
187
|
## 📄 License
|
153
188
|
|
154
189
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
{agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/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.20
|
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
|
@@ -33,20 +33,25 @@ Dynamic: summary
|
|
33
33
|
<a href="https://github.com/isathish/agenticaiframework/actions">
|
34
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
35
|
</a>
|
36
|
-
|
36
|
+
|
37
|
+
</div>
|
38
|
+
|
39
|
+
|
40
|
+
<div align="center">
|
41
|
+
<a href="https://isathish.github.io/agenticaiframework">
|
37
42
|
<img src="https://img.shields.io/badge/Documentation-Online-blue?logo=readthedocs&logoColor=white" alt="Documentation">
|
38
43
|
</a>
|
39
|
-
</div>
|
40
44
|
|
45
|
+
</div>
|
41
46
|
---
|
42
|
-
# AgenticAI Framework
|
47
|
+
# 🌟 AgenticAI Framework
|
43
48
|
|
44
49
|
AgenticAI Framework (`agenticaiframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
|
45
50
|
It provides a modular, extensible architecture for creating intelligent agents that can interact, reason, and execute tasks across multiple domains.
|
46
51
|
|
47
52
|
---
|
48
53
|
|
49
|
-
##
|
54
|
+
## ✨ Key Features
|
50
55
|
|
51
56
|
- **Python-based SDK** for building agentic applications
|
52
57
|
- **Lightweight, high-performance agents** for efficient execution
|
@@ -67,7 +72,7 @@ It provides a modular, extensible architecture for creating intelligent agents t
|
|
67
72
|
|
68
73
|
---
|
69
74
|
|
70
|
-
## 📦 Installation
|
75
|
+
## 📦 Installation & Setup
|
71
76
|
|
72
77
|
```bash
|
73
78
|
pip install agenticaiframework
|
@@ -75,7 +80,7 @@ pip install agenticaiframework
|
|
75
80
|
|
76
81
|
---
|
77
82
|
|
78
|
-
## ⚡ Quick Start
|
83
|
+
## ⚡ Quick Start in 3 Steps
|
79
84
|
|
80
85
|
```python
|
81
86
|
from agenticaiframework import Agent, AgentManager
|
@@ -98,7 +103,10 @@ agent.start()
|
|
98
103
|
|
99
104
|
---
|
100
105
|
|
101
|
-
## 📚 Usage Examples
|
106
|
+
## 📚 Usage Examples & Tutorials
|
107
|
+
|
108
|
+
For more detailed examples, see the [docs/EXAMPLES.md](docs/EXAMPLES.md) file.
|
109
|
+
|
102
110
|
|
103
111
|
### 1. Creating and Running an Agent
|
104
112
|
```python
|
@@ -142,7 +150,22 @@ print(result) # Output: Hello, World!
|
|
142
150
|
|
143
151
|
---
|
144
152
|
|
145
|
-
##
|
153
|
+
## 📖 Extended Documentation & Resources
|
154
|
+
|
155
|
+
The `docs` folder contains in-depth guides and examples:
|
156
|
+
|
157
|
+
- [API Reference](docs/API_REFERENCE.md) — Detailed API documentation for all modules.
|
158
|
+
- [Configuration Guide](docs/CONFIGURATION.md) — How to configure agents, processes, and the framework.
|
159
|
+
- [Usage Guide](docs/USAGE.md) — Step-by-step instructions for common workflows.
|
160
|
+
- [Extending the Framework](docs/EXTENDING.md) — How to add new agents, tools, and capabilities.
|
161
|
+
- [Examples](docs/EXAMPLES.md) — Practical code examples for various use cases.
|
162
|
+
- [Troubleshooting](docs/TROUBLESHOOTING.md) — Common issues and solutions.
|
163
|
+
|
164
|
+
You can also view the online documentation at: [https://isathish.github.io/agenticaiframework/](https://isathish.github.io/agenticaiframework/)
|
165
|
+
|
166
|
+
---
|
167
|
+
|
168
|
+
## 🛠 Configuration Made Easy
|
146
169
|
|
147
170
|
You can configure agents and the framework using:
|
148
171
|
- **Programmatic configuration** via `agenticaiframework.configurations`
|
@@ -158,7 +181,7 @@ set_config("max_concurrent_tasks", 5)
|
|
158
181
|
|
159
182
|
---
|
160
183
|
|
161
|
-
## 🧪 Testing
|
184
|
+
## 🧪 Testing & Quality Assurance
|
162
185
|
|
163
186
|
Run the test suite with:
|
164
187
|
```bash
|
@@ -172,6 +195,18 @@ pytest --cov=agenticaiframework --cov-report=term-missing
|
|
172
195
|
|
173
196
|
---
|
174
197
|
|
198
|
+
## 🤝 Contributing
|
199
|
+
|
200
|
+
We welcome contributions from the community!
|
201
|
+
1. Fork the repository.
|
202
|
+
2. Create a feature branch.
|
203
|
+
3. Implement your changes with tests.
|
204
|
+
4. Submit a pull request.
|
205
|
+
|
206
|
+
For more details, see the [Contributing Guidelines](docs/CONTRIBUTING.md) (if available).
|
207
|
+
|
208
|
+
---
|
209
|
+
|
175
210
|
## 📄 License
|
176
211
|
|
177
212
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
@@ -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.20",
|
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.18 → agenticaiframework-1.0.20}/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.18 → agenticaiframework-1.0.20}/agenticaiframework.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{agenticaiframework-1.0.18 → agenticaiframework-1.0.20}/agenticaiframework.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|