-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from Callgent/blog
Blog
- Loading branch information
Showing
39 changed files
with
836 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...topics/callgent-endpoints/_category_.json → ...d-topics/callgent-entries/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Callgent Endpoints", | ||
"label": "Callgent Entries", | ||
"position": 1, | ||
"link": { | ||
"type": "doc", | ||
"id": "endpoints" | ||
"id": "entries" | ||
} | ||
} |
File renamed without changes.
26 changes: 13 additions & 13 deletions
26
...ed-topics/callgent-endpoints/endpoints.md → ...vanced-topics/callgent-entries/entries.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
# Callgent Endpoints | ||
# Callgent Entries | ||
|
||
Callgents endpoints are adaptors to collect callgent to external systems or users. | ||
Callgents entries are adaptors to collect callgent to external systems or users. | ||
|
||
There are three types of endpoints: | ||
There are three types of entries: | ||
|
||
- [Server Endpoint](./server-endpoint) | ||
- [Server Entry](./server-entry) | ||
Responsible for converting requests into the encapsulated target system invocation or user chatting, and retrieving invocation response. | ||
- [Client Endpoint](./client-endpoint) | ||
- [Client Entry](./client-entry) | ||
Responsible for receiving requests into callgent task queue, and responding back to caller when task has any progress. | ||
- [Event Endpoint](./event-endpoint) | ||
- [Event Entry](./event-entry) | ||
Responsible for listening to events from the encapsulated target system or user, and notifying registered event observers on callgent. | ||
|
||
## Add a new endpoint to callgent | ||
## Add a new entry to callgent | ||
|
||
When you want to connect your callgent to a new external system / user, you need to integrate them by adding a new endpoint. | ||
You can add any number of endpoints to your callgent. | ||
When you want to connect your callgent to a new external system / user, you need to integrate them by adding a new entry. | ||
You can add any number of entries to your callgent. | ||
|
||
### choose a callgent | ||
|
||
FIXME: list your callgents | ||
|
||
### Step 1, choose a type of endpoint | ||
### Step 1, choose a type of entry | ||
|
||
Client endpoint to accept tasks from external system, and server endpoint to send tasks to external system / user. | ||
Client entry to accept tasks from external system, and server entry to send tasks to external system / user. | ||
|
||
### Step 2, choose an adaptor to the external system | ||
|
||
You can also develop your own adaptor to the external system, if needed. | ||
|
||
### Step 3, configure the endpoint | ||
### Step 3, configure the entry | ||
|
||
### Step 4, initialize the endpoint | ||
### Step 4, initialize the entry |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.