Skip to content

Releases: cognizant-ai-lab/neuro-san

neuro-san 0.6.24

14 Jan 00:49
3da56e9

Choose a tag to compare

What's Changed

  • Add documentation showing a method to connect to MCP server with authentication by @Noravee in #651
  • NS-641 Remove colons from filename to fix hocon test cases on Windows by @d1donlydfink in #653
  • temporarily disabled test case by @vince-leaf in #656
  • NS-615 Extend CLI client to support MCP sessions. by @andreidenissov-cog in #652
  • Add "runtime" to the policy object keys to remove from messages by @Noravee in #659

Full Changelog: 0.6.23...0.6.24

neuro-san 0.6.23

09 Jan 19:32
dc9bce8

Choose a tag to compare

What's Changed

Note:
There is a small logging change that shifts the log message telling you when the next read of the manifest files will be.
This used to be at INFO level and now it is at DEBUG level. This increases the signal-to-noise for the vast majority of users
in default logs where the periodicity for checking manifest files is ~1 second by making it disappear by default.
If you cared about this message, please modify the loggers section of your logging.json for your deployment accordingly with something like:

    "neuro_san.service.watcher.registries.registry_storage_updater.RegistryStorageUpdater": {
        "level": "DEBUG",
        "handlers": [
            "http_console"
        ],
        "propagate": false
    },

See https://docs.python.org/3/library/logging.config.html#dictionary-schema-details
as to how this file can be configured for your own needs. Examples there are provided in YAML,
but these can be easily translated to JSON (which we prefer).
Another good resource: https://docs.python.org/3/howto/logging-cookbook.html

Full Changelog: 0.6.22...0.6.23

neuro-san 0.6.22

05 Jan 20:36
abd8cee

Choose a tag to compare

What's Changed

  • Update dependencies cap to langchain-core -> 2.0 for dependabot fix by @d1donlydfink in #643

Full Changelog: 0.6.21...0.6.22

neuro-san 0.6.21

19 Dec 00:58
de14179

Choose a tag to compare

What's Changed

Full Changelog: 0.6.20...0.6.21

neuro-san 0.6.20

18 Dec 19:39
7c6c710

Choose a tag to compare

What's Changed

  • Allow agents called from CodedTools to be discoverable by validation by @d1donlydfink in #636

Full Changelog: 0.6.19...0.6.20

neuro-san 0.6.19

17 Dec 20:41
28701a4

Choose a tag to compare

What's Changed

  • Fix async issues : delete_resources() not awaited and AsyncDirectAgentSession not getting answers by @d1donlydfink in #631

Full Changelog: 0.6.18...0.6.19

neuro-san 0.6.18

16 Dec 18:47
13c6158

Choose a tag to compare

What's Changed

Full Changelog: 0.6.17...0.6.18

neuro-san 0.6.17

12 Dec 21:56
ab2df83

Choose a tag to compare

What's Changed

Full Changelog: 0.6.16...0.6.17

neuro-san 0.6.16

06 Dec 00:01
a2a3192

Choose a tag to compare

What's Changed

  • NS-584 Update BaseMessageDictionaryConverter to allow AgentProgressMessages to come through by @d1donlydfink in #618

AGENT_PROGRESS messages now show up in the agent_thinking files for agent_cli (among other things).

Full Changelog: 0.6.15...0.6.16

neuro-san 0.6.15

05 Dec 16:43
4c9d8f5

Choose a tag to compare

What's Changed

Full Changelog: 0.6.14...0.6.15