owlmind 0.1.4__py3-none-any.whl → 0.1.5.1__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.
owlmind/__init__.py CHANGED
@@ -2,4 +2,4 @@
2
2
  OwlMind Framework - experimentation environment for Generative Intelligence Systems.
3
3
  """
4
4
 
5
- __version__ = "0.1.4"
5
+ __version__ = "0.1.5.1"
owlmind/graphk/node.py CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  import random
16
16
  from abc import ABC, abstractmethod
17
- from typing import Union, Callable, List, Any, Iterator
17
+ from typing import Union, Callable, List, Any, Iterator, Optional, Dict
18
18
 
19
19
 
20
20
  ##
@@ -68,7 +68,7 @@ class Node(ABC):
68
68
  """
69
69
 
70
70
  def __init__(self,
71
- session: dict = None,
71
+ session: Optional[dict] = None,
72
72
  *,
73
73
  condition: Gate = None,
74
74
  validation: Gate = None,
@@ -13,7 +13,7 @@
13
13
 
14
14
 
15
15
  from abc import ABC, abstractmethod
16
- from typing import Union, Callable, List, Any, Iterator
16
+ from typing import Union, Callable, List, Any, Iterator, Iterable
17
17
  from .node import Node
18
18
 
19
19
  class Pipeline(Node):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: owlmind
3
- Version: 0.1.4
3
+ Version: 0.1.5.1
4
4
  Summary: Experimentation environment and pedagogical sandbox for studying generative intelligence systems.
5
5
  Author-email: Fernando Koch <your-email@example.com>
6
6
  License: MIT
@@ -37,10 +37,10 @@ The OwlMind Framework provides an experimentation environment and pedagogical sa
37
37
  pip install owlmind
38
38
  ```
39
39
 
40
- You should be able to run the script:
40
+ If the installation goes well, you should be able to run the script:
41
41
 
42
42
  ```bash
43
- owlmind version
43
+ owlmind --version
44
44
  ```
45
45
 
46
46
 
@@ -0,0 +1,15 @@
1
+ owlmind/__init__.py,sha256=wAxUbwGlZzPg7sXjwCFXPvtojWrhkfCpNgNfMwe482A,117
2
+ owlmind/cli.py,sha256=UCU7YVyi3hnjmkMp-QmFvaRIo4hBQd9y9VhREag0bj0,7523
3
+ owlmind/core/__init__.py,sha256=FdHsekm-vN68W1lxoqgVGhDGNW8r5VUbvHcWYT8MafQ,158
4
+ owlmind/core/component.py,sha256=FxXcki2I986vgpHQj3iUR8Ocb6zjKPwPvcE59MYjbX8,2452
5
+ owlmind/graphk/__init__.py,sha256=Sm9S-qmlxvgxJB6ZyZ8MEJhWGsDmD-2ctsc9Vmi5ivQ,181
6
+ owlmind/graphk/node.py,sha256=GUPvd0XMzflPKgOzbJBV7igrGVHQOn31JkPlzffTR_Y,5138
7
+ owlmind/graphk/pipeline.py,sha256=TYwli8808VD3l7mXWmWOKNTM4f8gcXFFok7uWUoXDn4,2946
8
+ owlmind/models/__init__.py,sha256=oDwcewvCenSr3PMpoZPOkq8sSj0MkXlruIAw-Dj8uI4,149
9
+ owlmind/models/ollama.py,sha256=Y-9J5C5ztRgricOJ4Co3AE_QGQbr99bKreJwGJUoZTQ,4514
10
+ owlmind-0.1.5.1.dist-info/licenses/LICENSE.txt,sha256=N3XP8HnV0oou2kX_RhIixOcH-_3R2EU9t3JZ5a1Xq-4,1084
11
+ owlmind-0.1.5.1.dist-info/METADATA,sha256=lXm2ZECRCYAma5bVDlFUrBRToI1KkoXavowf5nEzz3Q,3373
12
+ owlmind-0.1.5.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
13
+ owlmind-0.1.5.1.dist-info/entry_points.txt,sha256=dtbjpXwYC8Nbe3CJ02gflnKOOhpQWk9u5gALeDHOWGk,45
14
+ owlmind-0.1.5.1.dist-info/top_level.txt,sha256=hZkLOzK2jV0_OPvcTpeIwlEQi869uqittXNzXF8AajE,8
15
+ owlmind-0.1.5.1.dist-info/RECORD,,
@@ -1,15 +0,0 @@
1
- owlmind/__init__.py,sha256=6k7fw76iXJ3RjmKdQDos46AuP_WElIFRzuMgND0vFzI,115
2
- owlmind/cli.py,sha256=UCU7YVyi3hnjmkMp-QmFvaRIo4hBQd9y9VhREag0bj0,7523
3
- owlmind/core/__init__.py,sha256=FdHsekm-vN68W1lxoqgVGhDGNW8r5VUbvHcWYT8MafQ,158
4
- owlmind/core/component.py,sha256=FxXcki2I986vgpHQj3iUR8Ocb6zjKPwPvcE59MYjbX8,2452
5
- owlmind/graphk/__init__.py,sha256=Sm9S-qmlxvgxJB6ZyZ8MEJhWGsDmD-2ctsc9Vmi5ivQ,181
6
- owlmind/graphk/node.py,sha256=S4rIWB9PtXCtcN_aY7ZBivaE7W014xlCQVxvu8E2V8Q,5112
7
- owlmind/graphk/pipeline.py,sha256=otmpg7PDRzbkoHouqukXUzVS3yS5CVwra0O0vPFfw1Y,2936
8
- owlmind/models/__init__.py,sha256=oDwcewvCenSr3PMpoZPOkq8sSj0MkXlruIAw-Dj8uI4,149
9
- owlmind/models/ollama.py,sha256=Y-9J5C5ztRgricOJ4Co3AE_QGQbr99bKreJwGJUoZTQ,4514
10
- owlmind-0.1.4.dist-info/licenses/LICENSE.txt,sha256=N3XP8HnV0oou2kX_RhIixOcH-_3R2EU9t3JZ5a1Xq-4,1084
11
- owlmind-0.1.4.dist-info/METADATA,sha256=Uw_haJxPWVnHedlRygworLLL2QdDOVgd2Ys9eBVJVq8,3338
12
- owlmind-0.1.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
13
- owlmind-0.1.4.dist-info/entry_points.txt,sha256=dtbjpXwYC8Nbe3CJ02gflnKOOhpQWk9u5gALeDHOWGk,45
14
- owlmind-0.1.4.dist-info/top_level.txt,sha256=hZkLOzK2jV0_OPvcTpeIwlEQi869uqittXNzXF8AajE,8
15
- owlmind-0.1.4.dist-info/RECORD,,