elier
elier
Loading the following agent fails with "UnhandledPromiseRejectionWarning: Error: Unknown agent type": https://github.com/hwchase17/langchain-hub/tree/master/agents/zero-shot-react-conversation ``` const model = new ChatOpenAI({ temperature: 0}); const tools: Tool[] = [new SerpAPI(), new Calculator()]; const agent...
**Describe the bug** A date field becomes "Invalid Date" object and the insert fails. **To Reproduce** Put a date field in an entity: ``` @Fields.date() date: Date; ``` ``` await...
> Pony tracks which objects were created or updated and saves them in the database automatically when current db_session() is over. Is it possible to disable this behaviour?
I'm trying to use ponyorm with a dependency injection lib like: https://python-dependency-injector.ets-labs.org/providers/resource.html That lib is very popular, it would be great to have an example. I'm using a resource initializing...
PonyOrm is a nice ORM implementation. Unfortunately, I haven't figure it out how to make it work with your DI. There are examples with the most important frameworks: https://docs.ponyorm.org/integration_with_flask.html I'm...
Based on the run() code, the runner class is selected automatically if not provided: ```python def run(cli_ctx, account, runner_class, recorder, max_exceptions, path): if not runner_class: # NOTE: Automatically select runner...
### Overview I would like to subscribe to events independently of the contract address. ### Specification This is what is supported today to listen only to USDC_WETH swaps. ```python USDC_WETH...