agenthink 0.1.25__tar.gz → 0.1.26__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agenthink
3
- Version: 0.1.25
3
+ Version: 0.1.26
4
4
  Summary: A unified agent framework for connecting workflows, databases, and agents
5
5
  Author: Ritobroto
6
6
  Requires-Python: >=3.10
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "agenthink"
3
- version = "0.1.25"
3
+ version = "0.1.26"
4
4
  description = "A unified agent framework for connecting workflows, databases, and agents"
5
5
  authors = [
6
6
  { name = "Ritobroto" }
@@ -28,4 +28,5 @@ class ConnectionRequest(BaseModel):
28
28
  datastore_id: Optional[str] = None
29
29
  datastore: Optional[List[Dict[str, Any]]] = None
30
30
  tools: Optional[List[Dict[str, Any]]] = None
31
- d365request: Optional[List[Dict[str, Any]]] = None
31
+ d365request: Optional[List[Dict[str, Any]]] = None
32
+ context: Optional[Dict[str, str]] = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agenthink
3
- Version: 0.1.25
3
+ Version: 0.1.26
4
4
  Summary: A unified agent framework for connecting workflows, databases, and agents
5
5
  Author: Ritobroto
6
6
  Requires-Python: >=3.10
File without changes
File without changes