dp-agent icon indicating copy to clipboard operation
dp-agent copied to clipboard

DeepPavlov Agent

Results 13 dp-agent issues
Sort by recently updated
recently updated
newest added

Introducing the possibility to process audiofiles, voice messages, videofiles and video messasges in dp-agent using Telegram.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peaceiris/actions-gh-pages](https://togithub.com/peaceiris/actions-gh-pages) | action | major | `v3.9.3` -> `v4.0.0` | --- ### Release...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Broken cmd from the documentation ``` python -m deeppavlov_agent.run -ch http_client -p 4242 -pl pipeline_conf.json -db db_conf.json -rl -d ``` https://forum.deeppavlov.ai/t/problem-with-running-the-deeppavlov-agent/911/2

bug

- the error is the following: for the different hypotheses from one skill, hypotheses annotations are assigned the same. deepcopy fixes it. - add sentry sending - add service timeout

Replace 'confidece' with 'confidence'

Hello! It will be very useful to have an opportunity to provide a timeout for each component in the pipeline. Thank you in advance.

enhancement

add_bot_utterance* methods in [state_manager](https://github.com/deepmipt/dp-agent/blob/master/deeppavlov_agent/core/state_manager.py) should store `payload['text']` in `orig_text` field