> For the complete documentation index, see [llms.txt](https://docs.developers.symphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.symphony.com/admin-guide/change-log/api-agent/archives/agent-22.12-lts.md).

# Agent - 22.12 (LTS)

## Agent Download

{% hint style="info" %}
To download the Agent, click [here](https://storage.googleapis.com/sym-platform/developers/rest-api/agent-22.12.3.zip).

For a list of Agent x SBE compatibilities, click [here](/admin-guide/agent-guide/sbe-x-agent-compatibility-matrix.md).
{% endhint %}

## Agent Changes

### Agent 22.12.3

* Fixed `/agent/actuator` endpoints so they work even if the Agent runs with same `management.server.port` than `server.port`
* Fixed security vulnerabilities.

### Agent 22.12.2

* Fixed a regression with a deprecated service (Create Message v2) causing issue to the Universal Webhook 1.0 integration

### Agent 22.12.1

* From previous agent releases since last LTS (22.10 and 22.11):
  * [Cashtag](/bots/messages/overview-of-messageml/messageml-basic-format-tags/shorthand-tags.md) restrictions were lifted: among them, note that cashtags sent by bots can now include whitespace (eg: *$123 EOL*) and be numeric-only (eg: *$123*)
  * Fixed an issue occurring with datafeed read service for bots developed with Python BDK on a lower version than 2.4.0
  * Fixed issue preventing to create messages when pods have different rotationIds greater than 0
  * Fixed missing `companyWide` field in payload when using our signal create/update API
  * Changes since last LTS release (22.9)
    * Fixed issue preventing to create messages when pods have different rotationIds greater than 0
    * Fixed missing `companyWide` field in payload when using our signal create/update API
    * Fixed an issue occurring with datafeed read service for bots developed with Python BDK on a lower version than 2.4.0
    * Fixed missing `companyWide` field in payload when using our signal create/update API
    * Fixed a syntax error in default agent.yml file
    * Fixed an issue occurring with datafeed read service for bots developed with Python BDK on a lower version than 2.4.0
    * [Cashtag](/bots/messages/overview-of-messageml/messageml-basic-format-tags/shorthand-tags.md) restrictions were lifted: among them, note that cashtags sent by bots can now include whitespace (eg: *$123 EOL*) and be numeric-only (eg: *$123*)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.developers.symphony.com/admin-guide/change-log/api-agent/archives/agent-22.12-lts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
