agenticaiframework 1.0.16__py3-none-any.whl → 1.0.18__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agenticaiframework
3
- Version: 1.0.16
3
+ Version: 1.0.18
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
@@ -41,7 +41,7 @@ Dynamic: summary
41
41
  ---
42
42
  # AgenticAI Framework
43
43
 
44
- AgenticAI Framework (`agenticaiframeworkframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
44
+ AgenticAI Framework (`agenticaiframework`) is a **Python SDK** for building **agentic applications** with advanced orchestration, monitoring, multimodal capabilities, and enterprise-grade scalability.
45
45
  It provides a modular, extensible architecture for creating intelligent agents that can interact, reason, and execute tasks across multiple domains.
46
46
 
47
47
  ---
@@ -70,7 +70,7 @@ It provides a modular, extensible architecture for creating intelligent agents t
70
70
  ## 📦 Installation
71
71
 
72
72
  ```bash
73
- pip install agenticaiframeworkframework
73
+ pip install agenticaiframework
74
74
  ```
75
75
 
76
76
  ---
@@ -78,7 +78,7 @@ pip install agenticaiframeworkframework
78
78
  ## ⚡ Quick Start
79
79
 
80
80
  ```python
81
- from agenticaiframeworkframework import Agent, AgentManager
81
+ from agenticaiframework import Agent, AgentManager
82
82
 
83
83
  # Create an agent
84
84
  agent = Agent(
@@ -102,7 +102,7 @@ agent.start()
102
102
 
103
103
  ### 1. Creating and Running an Agent
104
104
  ```python
105
- from agenticaiframeworkframework import Agent
105
+ from agenticaiframework import Agent
106
106
 
107
107
  agent = Agent(name="HelperBot", role="assistant", capabilities=["text"])
108
108
  agent.start()
@@ -110,8 +110,8 @@ agent.start()
110
110
 
111
111
  ### 2. Using the Hub to Register and Retrieve Agents
112
112
  ```python
113
- from agenticaiframeworkframework.hub import register_agent, get_agent
114
- from agenticaiframeworkframework import Agent
113
+ from agenticaiframework.hub import register_agent, get_agent
114
+ from agenticaiframework import Agent
115
115
 
116
116
  agent = Agent(name="DataBot", role="data_processor", capabilities=["data"])
117
117
  register_agent(agent)
@@ -122,7 +122,7 @@ print(retrieved_agent.name) # Output: DataBot
122
122
 
123
123
  ### 3. Memory Management
124
124
  ```python
125
- from agenticaiframeworkframework.memory import Memory
125
+ from agenticaiframework.memory import Memory
126
126
 
127
127
  memory = Memory()
128
128
  memory.store("user_name", "Alice")
@@ -131,7 +131,7 @@ print(memory.retrieve("user_name")) # Output: Alice
131
131
 
132
132
  ### 4. Running Processes
133
133
  ```python
134
- from agenticaiframeworkframework.processes import run_process
134
+ from agenticaiframework.processes import run_process
135
135
 
136
136
  def greet():
137
137
  return "Hello, World!"
@@ -145,13 +145,13 @@ print(result) # Output: Hello, World!
145
145
  ## 🛠 Configuration
146
146
 
147
147
  You can configure agents and the framework using:
148
- - **Programmatic configuration** via `agenticaiframeworkframework.configurations`
148
+ - **Programmatic configuration** via `agenticaiframework.configurations`
149
149
  - **Environment variables**
150
150
  - **Configuration files**
151
151
 
152
152
  Example:
153
153
  ```python
154
- from agenticaiframeworkframework.configurations import set_config
154
+ from agenticaiframework.configurations import set_config
155
155
 
156
156
  set_config("max_concurrent_tasks", 5)
157
157
  ```
@@ -167,7 +167,7 @@ pytest
167
167
 
168
168
  Run with coverage:
169
169
  ```bash
170
- pytest --cov=agenticaiframeworkframework --cov-report=term-missing
170
+ pytest --cov=agenticaiframework --cov-report=term-missing
171
171
  ```
172
172
 
173
173
  ---
@@ -13,8 +13,8 @@ agenticaiframework/monitoring.py,sha256=1xE0HrSUhTcV48nu8M0tPssOEbIX7DpMlCxPBlaf
13
13
  agenticaiframework/processes.py,sha256=YnNuwadl5mZyWITcPoZxYUQcH9q58ocb3kn-GE2kY-U,1914
14
14
  agenticaiframework/prompts.py,sha256=f0Biar0GvQ5bXB2jqUkSy-5FG468qBU6jJEVLAsLXRs,1398
15
15
  agenticaiframework/tasks.py,sha256=hJKrFYJNlqkyGwl6qVYjXfZ7aeBRC9xGKEaWobF_KA4,1850
16
- agenticaiframework-1.0.16.dist-info/licenses/LICENSE,sha256=fKYjpVuxF75tWQhzLkN90tDG4knIjDZKUMiPJbKWxIw,1079
17
- agenticaiframework-1.0.16.dist-info/METADATA,sha256=O_7l1ZctC6zpWLiuLd7ZyjiBYe6geuq5bUXOuzt7LcU,4978
18
- agenticaiframework-1.0.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- agenticaiframework-1.0.16.dist-info/top_level.txt,sha256=q30EgNdX3TPF02Aq6mVwI0LUBpgfH12X7pwBIwm0mPo,19
20
- agenticaiframework-1.0.16.dist-info/RECORD,,
16
+ agenticaiframework-1.0.18.dist-info/licenses/LICENSE,sha256=fKYjpVuxF75tWQhzLkN90tDG4knIjDZKUMiPJbKWxIw,1079
17
+ agenticaiframework-1.0.18.dist-info/METADATA,sha256=zIg4Q5UIw0KSOp5q2NYIJJn3FOYVeEtQtw1aTSZjPZk,4879
18
+ agenticaiframework-1.0.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ agenticaiframework-1.0.18.dist-info/top_level.txt,sha256=q30EgNdX3TPF02Aq6mVwI0LUBpgfH12X7pwBIwm0mPo,19
20
+ agenticaiframework-1.0.18.dist-info/RECORD,,