agenticaiframework 1.0.9__tar.gz → 1.0.11__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.
Files changed (29) hide show
  1. agenticaiframework-1.0.11/PKG-INFO +159 -0
  2. agenticaiframework-1.0.11/README.md +136 -0
  3. agenticaiframework-1.0.11/agenticaiframework.egg-info/PKG-INFO +159 -0
  4. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/setup.py +1 -1
  5. agenticaiframework-1.0.9/PKG-INFO +0 -69
  6. agenticaiframework-1.0.9/README.md +0 -46
  7. agenticaiframework-1.0.9/agenticaiframework.egg-info/PKG-INFO +0 -69
  8. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/LICENSE +0 -0
  9. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/__init__.py +0 -0
  10. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/agents.py +0 -0
  11. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/communication.py +0 -0
  12. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/configurations.py +0 -0
  13. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/evaluation.py +0 -0
  14. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/guardrails.py +0 -0
  15. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/hub.py +0 -0
  16. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/knowledge.py +0 -0
  17. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/llms.py +0 -0
  18. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/mcp_tools.py +0 -0
  19. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/memory.py +0 -0
  20. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/monitoring.py +0 -0
  21. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/processes.py +0 -0
  22. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/prompts.py +0 -0
  23. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework/tasks.py +0 -0
  24. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework.egg-info/SOURCES.txt +0 -0
  25. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework.egg-info/dependency_links.txt +0 -0
  26. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/agenticaiframework.egg-info/top_level.txt +0 -0
  27. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/setup.cfg +0 -0
  28. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/tests/test_agenticai.py +0 -0
  29. {agenticaiframework-1.0.9 → agenticaiframework-1.0.11}/tests/test_agenticai_additional.py +0 -0
@@ -0,0 +1,159 @@
1
+ Metadata-Version: 2.4
2
+ Name: agenticaiframework
3
+ Version: 1.0.11
4
+ Summary: AgenticAI - A Python SDK for building agentic applications with advanced orchestration, monitoring, and multimodal capabilities.
5
+ Home-page: https://github.com/isathish/AgenticAI
6
+ Author: Sathishkumar Nagarajan
7
+ Author-email: mail@sathishkumarnagarajan.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.7
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Dynamic: author
15
+ Dynamic: author-email
16
+ Dynamic: classifier
17
+ Dynamic: description
18
+ Dynamic: description-content-type
19
+ Dynamic: home-page
20
+ Dynamic: license-file
21
+ Dynamic: requires-python
22
+ Dynamic: summary
23
+
24
+ # AgenticAI Framework
25
+
26
+ AgenticAI Framework (`agenticaiframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
27
+ It provides a modular, extensible architecture for creating intelligent agents that can interact, reason, and execute tasks across multiple domains.
28
+
29
+ ---
30
+
31
+ ## 🚀 Features
32
+
33
+ - **Python-based SDK** for building agentic applications
34
+ - **Lightweight, high-performance agents** for efficient execution
35
+ - **Built-in security** mechanisms
36
+ - **Integrated monitoring and observability**
37
+ - **Fine-grained configurable parameters**
38
+ - **Single and multiple agent support**
39
+ - **Flexible process orchestration** (sequential, parallel, hybrid)
40
+ - **Extensible architecture** with hubs for agents, prompts, tools, guardrails, and LLMs
41
+ - **Comprehensive memory management**
42
+ - **Multiple communication protocols** (HTTP, SSE, STDIO, WebSockets, gRPC, MQ)
43
+ - **Configurable guardrails, evaluation, and knowledge retrieval**
44
+ - **Scalable and modular design**
45
+ - **Multimodal capabilities**: text, images, voice, video
46
+ - **Cross-platform deployment**: cloud, on-premise, edge
47
+ - **Extensive integration support**
48
+ - **Security and compliance ready**
49
+
50
+ ---
51
+
52
+ ## 📦 Installation
53
+
54
+ ```bash
55
+ pip install agenticaiframework
56
+ ```
57
+
58
+ ---
59
+
60
+ ## ⚡ Quick Start
61
+
62
+ ```python
63
+ from agenticaiframework import Agent, AgentManager
64
+
65
+ # Create an agent
66
+ agent = Agent(
67
+ name="ExampleAgent",
68
+ role="assistant",
69
+ capabilities=["text"],
70
+ config={"temperature": 0.7}
71
+ )
72
+
73
+ # Manage agents
74
+ manager = AgentManager()
75
+ manager.register_agent(agent)
76
+
77
+ # Start the agent
78
+ agent.start()
79
+ ```
80
+
81
+ ---
82
+
83
+ ## 📚 Usage Examples
84
+
85
+ ### 1. Creating and Running an Agent
86
+ ```python
87
+ from agenticaiframework import Agent
88
+
89
+ agent = Agent(name="HelperBot", role="assistant", capabilities=["text"])
90
+ agent.start()
91
+ ```
92
+
93
+ ### 2. Using the Hub to Register and Retrieve Agents
94
+ ```python
95
+ from agenticaiframework.hub import register_agent, get_agent
96
+ from agenticaiframework import Agent
97
+
98
+ agent = Agent(name="DataBot", role="data_processor", capabilities=["data"])
99
+ register_agent(agent)
100
+
101
+ retrieved_agent = get_agent("DataBot")
102
+ print(retrieved_agent.name) # Output: DataBot
103
+ ```
104
+
105
+ ### 3. Memory Management
106
+ ```python
107
+ from agenticaiframework.memory import Memory
108
+
109
+ memory = Memory()
110
+ memory.store("user_name", "Alice")
111
+ print(memory.retrieve("user_name")) # Output: Alice
112
+ ```
113
+
114
+ ### 4. Running Processes
115
+ ```python
116
+ from agenticaiframework.processes import run_process
117
+
118
+ def greet():
119
+ return "Hello, World!"
120
+
121
+ result = run_process(greet)
122
+ print(result) # Output: Hello, World!
123
+ ```
124
+
125
+ ---
126
+
127
+ ## 🛠 Configuration
128
+
129
+ You can configure agents and the framework using:
130
+ - **Programmatic configuration** via `agenticaiframework.configurations`
131
+ - **Environment variables**
132
+ - **Configuration files**
133
+
134
+ Example:
135
+ ```python
136
+ from agenticaiframework.configurations import set_config
137
+
138
+ set_config("max_concurrent_tasks", 5)
139
+ ```
140
+
141
+ ---
142
+
143
+ ## 🧪 Testing
144
+
145
+ Run the test suite with:
146
+ ```bash
147
+ pytest
148
+ ```
149
+
150
+ Run with coverage:
151
+ ```bash
152
+ pytest --cov=agenticaiframework --cov-report=term-missing
153
+ ```
154
+
155
+ ---
156
+
157
+ ## 📄 License
158
+
159
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
@@ -0,0 +1,136 @@
1
+ # AgenticAI Framework
2
+
3
+ AgenticAI Framework (`agenticaiframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
4
+ It provides a modular, extensible architecture for creating intelligent agents that can interact, reason, and execute tasks across multiple domains.
5
+
6
+ ---
7
+
8
+ ## 🚀 Features
9
+
10
+ - **Python-based SDK** for building agentic applications
11
+ - **Lightweight, high-performance agents** for efficient execution
12
+ - **Built-in security** mechanisms
13
+ - **Integrated monitoring and observability**
14
+ - **Fine-grained configurable parameters**
15
+ - **Single and multiple agent support**
16
+ - **Flexible process orchestration** (sequential, parallel, hybrid)
17
+ - **Extensible architecture** with hubs for agents, prompts, tools, guardrails, and LLMs
18
+ - **Comprehensive memory management**
19
+ - **Multiple communication protocols** (HTTP, SSE, STDIO, WebSockets, gRPC, MQ)
20
+ - **Configurable guardrails, evaluation, and knowledge retrieval**
21
+ - **Scalable and modular design**
22
+ - **Multimodal capabilities**: text, images, voice, video
23
+ - **Cross-platform deployment**: cloud, on-premise, edge
24
+ - **Extensive integration support**
25
+ - **Security and compliance ready**
26
+
27
+ ---
28
+
29
+ ## 📦 Installation
30
+
31
+ ```bash
32
+ pip install agenticaiframework
33
+ ```
34
+
35
+ ---
36
+
37
+ ## ⚡ Quick Start
38
+
39
+ ```python
40
+ from agenticaiframework import Agent, AgentManager
41
+
42
+ # Create an agent
43
+ agent = Agent(
44
+ name="ExampleAgent",
45
+ role="assistant",
46
+ capabilities=["text"],
47
+ config={"temperature": 0.7}
48
+ )
49
+
50
+ # Manage agents
51
+ manager = AgentManager()
52
+ manager.register_agent(agent)
53
+
54
+ # Start the agent
55
+ agent.start()
56
+ ```
57
+
58
+ ---
59
+
60
+ ## 📚 Usage Examples
61
+
62
+ ### 1. Creating and Running an Agent
63
+ ```python
64
+ from agenticaiframework import Agent
65
+
66
+ agent = Agent(name="HelperBot", role="assistant", capabilities=["text"])
67
+ agent.start()
68
+ ```
69
+
70
+ ### 2. Using the Hub to Register and Retrieve Agents
71
+ ```python
72
+ from agenticaiframework.hub import register_agent, get_agent
73
+ from agenticaiframework import Agent
74
+
75
+ agent = Agent(name="DataBot", role="data_processor", capabilities=["data"])
76
+ register_agent(agent)
77
+
78
+ retrieved_agent = get_agent("DataBot")
79
+ print(retrieved_agent.name) # Output: DataBot
80
+ ```
81
+
82
+ ### 3. Memory Management
83
+ ```python
84
+ from agenticaiframework.memory import Memory
85
+
86
+ memory = Memory()
87
+ memory.store("user_name", "Alice")
88
+ print(memory.retrieve("user_name")) # Output: Alice
89
+ ```
90
+
91
+ ### 4. Running Processes
92
+ ```python
93
+ from agenticaiframework.processes import run_process
94
+
95
+ def greet():
96
+ return "Hello, World!"
97
+
98
+ result = run_process(greet)
99
+ print(result) # Output: Hello, World!
100
+ ```
101
+
102
+ ---
103
+
104
+ ## 🛠 Configuration
105
+
106
+ You can configure agents and the framework using:
107
+ - **Programmatic configuration** via `agenticaiframework.configurations`
108
+ - **Environment variables**
109
+ - **Configuration files**
110
+
111
+ Example:
112
+ ```python
113
+ from agenticaiframework.configurations import set_config
114
+
115
+ set_config("max_concurrent_tasks", 5)
116
+ ```
117
+
118
+ ---
119
+
120
+ ## 🧪 Testing
121
+
122
+ Run the test suite with:
123
+ ```bash
124
+ pytest
125
+ ```
126
+
127
+ Run with coverage:
128
+ ```bash
129
+ pytest --cov=agenticaiframework --cov-report=term-missing
130
+ ```
131
+
132
+ ---
133
+
134
+ ## 📄 License
135
+
136
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
@@ -0,0 +1,159 @@
1
+ Metadata-Version: 2.4
2
+ Name: agenticaiframework
3
+ Version: 1.0.11
4
+ Summary: AgenticAI - A Python SDK for building agentic applications with advanced orchestration, monitoring, and multimodal capabilities.
5
+ Home-page: https://github.com/isathish/AgenticAI
6
+ Author: Sathishkumar Nagarajan
7
+ Author-email: mail@sathishkumarnagarajan.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.7
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Dynamic: author
15
+ Dynamic: author-email
16
+ Dynamic: classifier
17
+ Dynamic: description
18
+ Dynamic: description-content-type
19
+ Dynamic: home-page
20
+ Dynamic: license-file
21
+ Dynamic: requires-python
22
+ Dynamic: summary
23
+
24
+ # AgenticAI Framework
25
+
26
+ AgenticAI Framework (`agenticaiframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
27
+ It provides a modular, extensible architecture for creating intelligent agents that can interact, reason, and execute tasks across multiple domains.
28
+
29
+ ---
30
+
31
+ ## 🚀 Features
32
+
33
+ - **Python-based SDK** for building agentic applications
34
+ - **Lightweight, high-performance agents** for efficient execution
35
+ - **Built-in security** mechanisms
36
+ - **Integrated monitoring and observability**
37
+ - **Fine-grained configurable parameters**
38
+ - **Single and multiple agent support**
39
+ - **Flexible process orchestration** (sequential, parallel, hybrid)
40
+ - **Extensible architecture** with hubs for agents, prompts, tools, guardrails, and LLMs
41
+ - **Comprehensive memory management**
42
+ - **Multiple communication protocols** (HTTP, SSE, STDIO, WebSockets, gRPC, MQ)
43
+ - **Configurable guardrails, evaluation, and knowledge retrieval**
44
+ - **Scalable and modular design**
45
+ - **Multimodal capabilities**: text, images, voice, video
46
+ - **Cross-platform deployment**: cloud, on-premise, edge
47
+ - **Extensive integration support**
48
+ - **Security and compliance ready**
49
+
50
+ ---
51
+
52
+ ## 📦 Installation
53
+
54
+ ```bash
55
+ pip install agenticaiframework
56
+ ```
57
+
58
+ ---
59
+
60
+ ## ⚡ Quick Start
61
+
62
+ ```python
63
+ from agenticaiframework import Agent, AgentManager
64
+
65
+ # Create an agent
66
+ agent = Agent(
67
+ name="ExampleAgent",
68
+ role="assistant",
69
+ capabilities=["text"],
70
+ config={"temperature": 0.7}
71
+ )
72
+
73
+ # Manage agents
74
+ manager = AgentManager()
75
+ manager.register_agent(agent)
76
+
77
+ # Start the agent
78
+ agent.start()
79
+ ```
80
+
81
+ ---
82
+
83
+ ## 📚 Usage Examples
84
+
85
+ ### 1. Creating and Running an Agent
86
+ ```python
87
+ from agenticaiframework import Agent
88
+
89
+ agent = Agent(name="HelperBot", role="assistant", capabilities=["text"])
90
+ agent.start()
91
+ ```
92
+
93
+ ### 2. Using the Hub to Register and Retrieve Agents
94
+ ```python
95
+ from agenticaiframework.hub import register_agent, get_agent
96
+ from agenticaiframework import Agent
97
+
98
+ agent = Agent(name="DataBot", role="data_processor", capabilities=["data"])
99
+ register_agent(agent)
100
+
101
+ retrieved_agent = get_agent("DataBot")
102
+ print(retrieved_agent.name) # Output: DataBot
103
+ ```
104
+
105
+ ### 3. Memory Management
106
+ ```python
107
+ from agenticaiframework.memory import Memory
108
+
109
+ memory = Memory()
110
+ memory.store("user_name", "Alice")
111
+ print(memory.retrieve("user_name")) # Output: Alice
112
+ ```
113
+
114
+ ### 4. Running Processes
115
+ ```python
116
+ from agenticaiframework.processes import run_process
117
+
118
+ def greet():
119
+ return "Hello, World!"
120
+
121
+ result = run_process(greet)
122
+ print(result) # Output: Hello, World!
123
+ ```
124
+
125
+ ---
126
+
127
+ ## 🛠 Configuration
128
+
129
+ You can configure agents and the framework using:
130
+ - **Programmatic configuration** via `agenticaiframework.configurations`
131
+ - **Environment variables**
132
+ - **Configuration files**
133
+
134
+ Example:
135
+ ```python
136
+ from agenticaiframework.configurations import set_config
137
+
138
+ set_config("max_concurrent_tasks", 5)
139
+ ```
140
+
141
+ ---
142
+
143
+ ## 🧪 Testing
144
+
145
+ Run the test suite with:
146
+ ```bash
147
+ pytest
148
+ ```
149
+
150
+ Run with coverage:
151
+ ```bash
152
+ pytest --cov=agenticaiframework --cov-report=term-missing
153
+ ```
154
+
155
+ ---
156
+
157
+ ## 📄 License
158
+
159
+ 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=__import__("re").sub(r'(\d+)$', lambda m: str(int(m.group(1)) + 1), "1.0.8"),
5
+ version="1.0.11",
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.",
@@ -1,69 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: agenticaiframework
3
- Version: 1.0.9
4
- Summary: AgenticAI - A Python SDK for building agentic applications with advanced orchestration, monitoring, and multimodal capabilities.
5
- Home-page: https://github.com/isathish/AgenticAI
6
- Author: Sathishkumar Nagarajan
7
- Author-email: mail@sathishkumarnagarajan.com
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.7
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Dynamic: author
15
- Dynamic: author-email
16
- Dynamic: classifier
17
- Dynamic: description
18
- Dynamic: description-content-type
19
- Dynamic: home-page
20
- Dynamic: license-file
21
- Dynamic: requires-python
22
- Dynamic: summary
23
-
24
- # AgenticAI
25
-
26
- AgenticAI is a Python SDK for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
27
-
28
- ## Features
29
-
30
- - **Python-based SDK** for building agentic applications
31
- - **Lightweight, high-performance agents** for efficient execution
32
- - **Built-in security** mechanisms
33
- - **Integrated monitoring and observability**
34
- - **Fine-grained configurable parameters**
35
- - **Single and multiple agent support**
36
- - **Flexible process orchestration** (sequential, parallel, hybrid)
37
- - **Extensible architecture** with hubs for agents, prompts, tools, guardrails, and LLMs
38
- - **Comprehensive memory management**
39
- - **Multiple communication protocols** (HTTP, SSE, STDIO, WebSockets, gRPC, MQ)
40
- - **Configurable guardrails, evaluation, and knowledge retrieval**
41
- - **Scalable and modular design**
42
- - **Multimodal capabilities**: text, images, voice, video
43
- - **Cross-platform deployment**: cloud, on-premise, edge
44
- - **Extensive integration support**
45
- - **Security and compliance ready**
46
-
47
- ## Installation
48
-
49
- ```bash
50
- pip install agenticaiframework
51
- ```
52
-
53
- ## Quick Start
54
-
55
- ```python
56
- from agenticaiframework import Agent, AgentManager
57
-
58
- # Create an agent
59
- agent = Agent(name="ExampleAgent", role="assistant", capabilities=["text"], config={})
60
-
61
- # Manage agents
62
- manager = AgentManager()
63
- manager.register_agent(agent)
64
- agent.start()
65
- ```
66
-
67
- ## License
68
-
69
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
@@ -1,46 +0,0 @@
1
- # AgenticAI
2
-
3
- AgenticAI is a Python SDK for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
4
-
5
- ## Features
6
-
7
- - **Python-based SDK** for building agentic applications
8
- - **Lightweight, high-performance agents** for efficient execution
9
- - **Built-in security** mechanisms
10
- - **Integrated monitoring and observability**
11
- - **Fine-grained configurable parameters**
12
- - **Single and multiple agent support**
13
- - **Flexible process orchestration** (sequential, parallel, hybrid)
14
- - **Extensible architecture** with hubs for agents, prompts, tools, guardrails, and LLMs
15
- - **Comprehensive memory management**
16
- - **Multiple communication protocols** (HTTP, SSE, STDIO, WebSockets, gRPC, MQ)
17
- - **Configurable guardrails, evaluation, and knowledge retrieval**
18
- - **Scalable and modular design**
19
- - **Multimodal capabilities**: text, images, voice, video
20
- - **Cross-platform deployment**: cloud, on-premise, edge
21
- - **Extensive integration support**
22
- - **Security and compliance ready**
23
-
24
- ## Installation
25
-
26
- ```bash
27
- pip install agenticaiframework
28
- ```
29
-
30
- ## Quick Start
31
-
32
- ```python
33
- from agenticaiframework import Agent, AgentManager
34
-
35
- # Create an agent
36
- agent = Agent(name="ExampleAgent", role="assistant", capabilities=["text"], config={})
37
-
38
- # Manage agents
39
- manager = AgentManager()
40
- manager.register_agent(agent)
41
- agent.start()
42
- ```
43
-
44
- ## License
45
-
46
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
@@ -1,69 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: agenticaiframework
3
- Version: 1.0.9
4
- Summary: AgenticAI - A Python SDK for building agentic applications with advanced orchestration, monitoring, and multimodal capabilities.
5
- Home-page: https://github.com/isathish/AgenticAI
6
- Author: Sathishkumar Nagarajan
7
- Author-email: mail@sathishkumarnagarajan.com
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.7
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Dynamic: author
15
- Dynamic: author-email
16
- Dynamic: classifier
17
- Dynamic: description
18
- Dynamic: description-content-type
19
- Dynamic: home-page
20
- Dynamic: license-file
21
- Dynamic: requires-python
22
- Dynamic: summary
23
-
24
- # AgenticAI
25
-
26
- AgenticAI is a Python SDK for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
27
-
28
- ## Features
29
-
30
- - **Python-based SDK** for building agentic applications
31
- - **Lightweight, high-performance agents** for efficient execution
32
- - **Built-in security** mechanisms
33
- - **Integrated monitoring and observability**
34
- - **Fine-grained configurable parameters**
35
- - **Single and multiple agent support**
36
- - **Flexible process orchestration** (sequential, parallel, hybrid)
37
- - **Extensible architecture** with hubs for agents, prompts, tools, guardrails, and LLMs
38
- - **Comprehensive memory management**
39
- - **Multiple communication protocols** (HTTP, SSE, STDIO, WebSockets, gRPC, MQ)
40
- - **Configurable guardrails, evaluation, and knowledge retrieval**
41
- - **Scalable and modular design**
42
- - **Multimodal capabilities**: text, images, voice, video
43
- - **Cross-platform deployment**: cloud, on-premise, edge
44
- - **Extensive integration support**
45
- - **Security and compliance ready**
46
-
47
- ## Installation
48
-
49
- ```bash
50
- pip install agenticaiframework
51
- ```
52
-
53
- ## Quick Start
54
-
55
- ```python
56
- from agenticaiframework import Agent, AgentManager
57
-
58
- # Create an agent
59
- agent = Agent(name="ExampleAgent", role="assistant", capabilities=["text"], config={})
60
-
61
- # Manage agents
62
- manager = AgentManager()
63
- manager.register_agent(agent)
64
- agent.start()
65
- ```
66
-
67
- ## License
68
-
69
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.