-
### 🐛 Describe the bug
```
from mem0 import Memory
import dotenv
dotenv.load_dotenv()
config = {
"graph_store": {
"provider": "neo4j",
"config": {
"u…
-
i'm using this repo for my next project,
but i can't figure out a way for debugging in vs code or connect jupyter server with vs code,
i want to be able to set breakpoints and watch call sack .. et…
-
Consider moving to our model coordinates (sensitive) information being stored in a python dotenv file and/or determined from environment.
https://pypi.org/project/python-dotenv/
Related to #85
-
https://github.com/microsoft/vscode-python/issues/23280#issuecomment-2083078678
and
https://github.com/microsoft/vscode-python/issues/23856
We should have better documentation regarding .env fil…
-
### Describe the bug
*Async* `a_initiate_chat` agents conversation is interrupting more for human feedback whereas same codebase but for *Sync* `initiate_chat` workflow only asks once for human feedb…
-
### Investigative information
###### Please provide the following:
- Timestamp: April 29th
- Function App name: functionapp-test-dotenv
- Function name(s) (as appropriate): main
- Core Tools …
-
Just to mention that the script has to run under python 3.9
Plus after the install, I had to run :
pip3 uninstall -y PyQt6 pyqt6-plugins PyQt6-Qt6 PyQt6-sip pyqt6-tools qt6-applications qt6-tools
p…
-
Hi at all! When i start an AutoGPT Agent using Dolly Plugin i have that warning, and i don't see the plugin in action.
Im using the last version of AutoGPT
Plugin AutoGPTDollyPlugin found. But n…
-
I have trained a kinesis `leftArm` via dev console and wanted to access it via the python API. My script:
```
from neurosity import NeurositySDK
from dotenv import load_dotenv
import os
import ti…
-
Let's say I have an env file like this:
**docker.env**
```.env
App__PathToFiles="C:\\Program Files\\SOMEPATH\\"
App__SomeOtherKey="Value"
```
and then passing it as an envfile in docker compose
…