subconscious-python
Advanced tools
+5
-16
| Metadata-Version: 2.4 | ||
| Name: subconscious-python | ||
| Version: 0.1.0 | ||
| Version: 0.1.1 | ||
| Summary: Python SDK for Subconscious AI agent framework | ||
@@ -69,4 +69,4 @@ Author-email: Subconscious Systems <hongyin@subconscious.dev> | ||
| client = Client( | ||
| base_url="http://api.subconscious.dev", | ||
| api_key="your-api-key" | ||
| base_url="https://api.subconscious.dev", | ||
| api_key="your-api-key" # get it from https://subconscious.dev | ||
| ) | ||
@@ -114,3 +114,3 @@ | ||
| ```python | ||
| client = Client(base_url="http://api.subconscious.dev", api_key="your-api-key") | ||
| client = Client(base_url="https://api.subconscious.dev", api_key="your-api-key") | ||
| ``` | ||
@@ -160,12 +160,2 @@ | ||
| ## Development | ||
| For development setup: | ||
| ```bash | ||
| git clone https://github.com/subconscious-systems/subconscious-research | ||
| cd subconscious-research/sdk-integration | ||
| pip install -e .[dev] | ||
| ``` | ||
| ## License | ||
@@ -178,4 +168,3 @@ | ||
| For support and questions: | ||
| - GitHub Issues: https://github.com/subconscious-systems/subconscious-research/issues | ||
| - Documentation: https://docs.subconscious.dev | ||
| - Email: contact@subconscious.dev | ||
| - Email: {hongyin,jack}@subconscious.dev |
+1
-1
@@ -7,3 +7,3 @@ [build-system] | ||
| name = "subconscious-python" | ||
| version = "0.1.0" | ||
| version = "0.1.1" | ||
| description = "Python SDK for Subconscious AI agent framework" | ||
@@ -10,0 +10,0 @@ readme = "README.md" |
+4
-15
@@ -31,4 +31,4 @@ # Subconscious Python SDK | ||
| client = Client( | ||
| base_url="http://api.subconscious.dev", | ||
| api_key="your-api-key" | ||
| base_url="https://api.subconscious.dev", | ||
| api_key="your-api-key" # get it from https://subconscious.dev | ||
| ) | ||
@@ -76,3 +76,3 @@ | ||
| ```python | ||
| client = Client(base_url="http://api.subconscious.dev", api_key="your-api-key") | ||
| client = Client(base_url="https://api.subconscious.dev", api_key="your-api-key") | ||
| ``` | ||
@@ -122,12 +122,2 @@ | ||
| ## Development | ||
| For development setup: | ||
| ```bash | ||
| git clone https://github.com/subconscious-systems/subconscious-research | ||
| cd subconscious-research/sdk-integration | ||
| pip install -e .[dev] | ||
| ``` | ||
| ## License | ||
@@ -140,4 +130,3 @@ | ||
| For support and questions: | ||
| - GitHub Issues: https://github.com/subconscious-systems/subconscious-research/issues | ||
| - Documentation: https://docs.subconscious.dev | ||
| - Email: contact@subconscious.dev | ||
| - Email: {hongyin,jack}@subconscious.dev |
| Metadata-Version: 2.4 | ||
| Name: subconscious-python | ||
| Version: 0.1.0 | ||
| Version: 0.1.1 | ||
| Summary: Python SDK for Subconscious AI agent framework | ||
@@ -69,4 +69,4 @@ Author-email: Subconscious Systems <hongyin@subconscious.dev> | ||
| client = Client( | ||
| base_url="http://api.subconscious.dev", | ||
| api_key="your-api-key" | ||
| base_url="https://api.subconscious.dev", | ||
| api_key="your-api-key" # get it from https://subconscious.dev | ||
| ) | ||
@@ -114,3 +114,3 @@ | ||
| ```python | ||
| client = Client(base_url="http://api.subconscious.dev", api_key="your-api-key") | ||
| client = Client(base_url="https://api.subconscious.dev", api_key="your-api-key") | ||
| ``` | ||
@@ -160,12 +160,2 @@ | ||
| ## Development | ||
| For development setup: | ||
| ```bash | ||
| git clone https://github.com/subconscious-systems/subconscious-research | ||
| cd subconscious-research/sdk-integration | ||
| pip install -e .[dev] | ||
| ``` | ||
| ## License | ||
@@ -178,4 +168,3 @@ | ||
| For support and questions: | ||
| - GitHub Issues: https://github.com/subconscious-systems/subconscious-research/issues | ||
| - Documentation: https://docs.subconscious.dev | ||
| - Email: contact@subconscious.dev | ||
| - Email: {hongyin,jack}@subconscious.dev |
@@ -12,3 +12,3 @@ """ | ||
| __version__ = "0.1.0" | ||
| __version__ = "0.1.1" | ||
| __author__ = "Subconscious Systems" | ||
@@ -15,0 +15,0 @@ __email__ = "contact@subconscious.dev" |
@@ -93,3 +93,3 @@ import json | ||
| def __init__(self, base_url: str = "http://api.subconscious.dev", api_key: str = None): | ||
| def __init__(self, base_url: str = "https://api.subconscious.dev", api_key: str = None): | ||
| openai_client = OpenAI( | ||
@@ -96,0 +96,0 @@ base_url=base_url, api_key=api_key |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
54497
-1.23%